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:
Andreas Färber 2011-12-29 16:55:42 +01:00 committed by Riku Voipio
parent 63249cb9eb
commit 2aeb36a897
1 changed files with 3 additions and 0 deletions

View File

@ -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"