mirror of
https://github.com/qemu/qemu.git
synced 2025-01-22 13:33:25 +08:00
linux-user: Define TARGET_QEMU_ESIGRETURN for mips64
Copied from mips/syscall.h. Signed-off-by: Khansa Butt <khansa@kics.edu.pk> Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
This commit is contained in:
parent
63249cb9eb
commit
2aeb36a897
@ -218,4 +218,7 @@ struct target_pt_regs {
|
||||
|
||||
|
||||
|
||||
/* Nasty hack: define a fake errno value for use by sigreturn. */
|
||||
#define TARGET_QEMU_ESIGRETURN 255
|
||||
|
||||
#define UNAME_MACHINE "mips64"
|
||||
|
Loading…
Reference in New Issue
Block a user