blob: b5e80bbe7bf18f82c3e6833cf6026641296271c8 (
plain) (
blame)
1
2
3
|
The issue lies in how QEMU handles system calls, specifically in user mode emulation for Linux on Alpha architecture. The incorrect return value from `getdtablesize()` suggests a problem with how system calls are being processed or translated by QEMU.
syscall
|