aboutsummaryrefslogtreecommitdiff
path: root/linux-user/tilegx/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/tilegx/syscall.h')
-rw-r--r--linux-user/tilegx/syscall.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-user/tilegx/syscall.h b/linux-user/tilegx/syscall.h
index 653ece13d8..a938d4e90c 100644
--- a/linux-user/tilegx/syscall.h
+++ b/linux-user/tilegx/syscall.h
@@ -37,4 +37,7 @@ struct target_pt_regs {
#define TARGET_MLOCKALL_MCL_CURRENT 1
#define TARGET_MLOCKALL_MCL_FUTURE 2
+/* For faultnum */
+#define TARGET_INT_SWINT_1 14
+
#endif