blob: 6e568046f8841606e4a49cbd1c9044eba9b3bb1e (
plain) (
blame)
1
2
3
|
The issue arises from `setup_rt_frame` not being implemented in QEMU when running an x86_64 binary on an ARM system using user-mode emulation. This function is related to setting up the runtime frame, which is part of the runtime environment rather than a specific instruction or syscall.
runtime
|