]> Git Repo - qemu.git/blame - linux-user/mips64/syscall_nr.h
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into...
[qemu.git] / linux-user / mips64 / syscall_nr.h
CommitLineData
0b72da03
PMD
1#if defined(TARGET_ABI_MIPSO32)
2#define TARGET_SYSCALL_OFFSET 4000
3#include "syscall_o32_nr.h"
4#elif defined(TARGET_ABI_MIPSN32)
3a30446a
MAL
5#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
This page took 0.068002 seconds and 4 git commands to generate.