diff options
| author | Richard Henderson | 2021-11-22 17:38:34 +0100 |
|---|---|---|
| committer | Richard Henderson | 2021-12-20 05:47:33 +0100 |
| commit | 4542adef5b93c13f61ce7b3045d3b028e8b20af0 (patch) | |
| tree | 22d72528172c902cdd39afe98bf79d6d1215c56b /linux-user/host/mips/hostdep.h | |
| parent | linux-user: Move syscall error detection into safe_syscall_base (diff) | |
| download | qemu-4542adef5b93c13f61ce7b3045d3b028e8b20af0.tar.gz qemu-4542adef5b93c13f61ce7b3045d3b028e8b20af0.tar.xz qemu-4542adef5b93c13f61ce7b3045d3b028e8b20af0.zip | |
linux-user/host/mips: Add safe-syscall.inc.S
Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/host/mips/hostdep.h')
| -rw-r--r-- | linux-user/host/mips/hostdep.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-user/host/mips/hostdep.h b/linux-user/host/mips/hostdep.h index ba111d75c3..d9e90a096b 100644 --- a/linux-user/host/mips/hostdep.h +++ b/linux-user/host/mips/hostdep.h @@ -12,4 +12,7 @@ #ifndef MIPS_HOSTDEP_H #define MIPS_HOSTDEP_H +/* We have a safe-syscall.inc.S */ +#define HAVE_SAFE_SYSCALL + #endif |
