blob: c8b014aa42f7737360347b8b4ac2401d6406ee5e (
plain) (
blame)
1
2
3
|
runtime
The issue seems to involve unexpected behavior during execution that may be related to compiler optimizations or ABI-specific details rather than an inherent fault within QEMU's instruction emulation itself. The fact that encapsulating code in a function changes its behavior suggests runtime issues potentially caused by optimization, inline expansion, or variable scoping effects specific to the RISC-V target architecture and toolchain.
|