We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ade6bb0 + bab52ef commit 5ba8fc3Copy full SHA for 5ba8fc3
1 file changed
tests/try-syscall.c
@@ -24,11 +24,11 @@
24
#include <sys/types.h>
25
26
#if defined(_MIPS_SIM)
27
-# if _MIPS_SIM == _MIPS_SIM_ABI32
+# if _MIPS_SIM == _ABIO32
28
# define MISSING_SYSCALL_BASE 4000
29
-# elif _MIPS_SIM == _MIPS_SIM_ABI64
+# elif _MIPS_SIM == _ABI64
30
# define MISSING_SYSCALL_BASE 5000
31
-# elif _MIPS_SIM == _MIPS_SIM_NABI32
+# elif _MIPS_SIM == _ABIN32
32
# define MISSING_SYSCALL_BASE 6000
33
# else
34
# error "Unknown MIPS ABI"
0 commit comments