qemu: Unsupported syscall: 336
Bug #956799 reported by
Nick Moffitt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro QEMU |
Fix Released
|
Undecided
|
Unassigned | ||
qemu-linaro (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
https:/
Changed in qemu-linaro: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hmm, this may be as easy as changing the line in linux-user/ arm/syscall_ nr.h that reads
/* 336 for ppoll */
to say
#define TARGET_NR_ppoll 336
instead...