blob: 5ecbba045f59c29594caaca91c52b37a0ad64eef (
plain) (
blame)
1
2
3
|
The error occurs when trying to map a 32-bit binary into memory on a 64-bit system using QEMU's Hexagon emulator. This suggests an issue with how the emulator handles 32-bit binaries in a 64-bit environment. The problem is likely related to how file mappings are handled during runtime.
runtime
|