blob: 6579421fa639f94bb697a364fa56d50cdc1d16a2 [file] [log] [blame]
Philippe Mathieu-Daudé0b72da02020-11-19 17:17:08 +01001#if defined(TARGET_ABI_MIPSO32)
2#define TARGET_SYSCALL_OFFSET 4000
3#include "syscall_o32_nr.h"
4#elif defined(TARGET_ABI_MIPSN32)
Marc-André Lureau3a304462019-08-18 16:13:08 +04005#define TARGET_SYSCALL_OFFSET 6000
6#include "syscall_n32_nr.h"
7#else
8#define TARGET_SYSCALL_OFFSET 5000
9#include "syscall_n64_nr.h"
10#endif