2020-11-19 19:17:08 +03:00
|
|
|
#if defined(TARGET_ABI_MIPSO32)
|
|
|
|
#define TARGET_SYSCALL_OFFSET 4000
|
|
|
|
#include "syscall_o32_nr.h"
|
|
|
|
#elif defined(TARGET_ABI_MIPSN32)
|
2019-08-18 15:13:08 +03:00
|
|
|
#define TARGET_SYSCALL_OFFSET 6000
|
|
|
|
#include "syscall_n32_nr.h"
|
|
|
|
#else
|
|
|
|
#define TARGET_SYSCALL_OFFSET 5000
|
|
|
|
#include "syscall_n64_nr.h"
|
|
|
|
#endif
|