blob: 35bb8c3d7329c934648971ba94743452d2695d7a (
plain) (
blame)
1
2
3
|
runtime
The issue arises from how QEMU's ELF loader processes virtual addresses and offsets for `PT_LOAD` segments during emulation, not due to an instruction or syscall error itself. The problem is related to handling binary segment layouts at runtime.
|