blob: ac193624849274a9f93f2583ad6d702b43f410a7 (
plain) (
blame)
1
2
3
|
The issue revolves around the incorrect reporting of the shell variable `$0` by `qemu-user`, specifically always returning an absolute path instead of the expected relative or command name. This behavior affects how scripts and commands interpret their own invocation, which is a runtime execution aspect rather than a problem with specific instructions or system calls.
Answer: **runtime**
|