hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()
[qemu/ar7.git] / linux-user / mips64 / syscall_nr.h
blob672f2fa51cbaf280cce7bd789cd68ae1e9cd4ea8
1 #ifdef TARGET_ABI_MIPSN32
2 #define TARGET_SYSCALL_OFFSET 6000
3 #include "syscall_n32_nr.h"
4 #else
5 #define TARGET_SYSCALL_OFFSET 5000
6 #include "syscall_n64_nr.h"
7 #endif