diff options
| author | Richard Henderson | 2021-11-23 11:44:55 +0100 |
|---|---|---|
| committer | Richard Henderson | 2021-12-20 05:47:33 +0100 |
| commit | b9d2af3c62c22870c02410d5c9c6d097ee0ddf3f (patch) | |
| tree | bf22345e9e7b1b83a40c8b1c7627c2465cc2169c /linux-user/host/x86_64 | |
| parent | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (diff) | |
| download | qemu-b9d2af3c62c22870c02410d5c9c6d097ee0ddf3f.tar.gz qemu-b9d2af3c62c22870c02410d5c9c6d097ee0ddf3f.tar.xz qemu-b9d2af3c62c22870c02410d5c9c6d097ee0ddf3f.zip | |
linux-user: Untabify all safe-syscall.inc.S
Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/host/x86_64')
| -rw-r--r-- | linux-user/host/x86_64/safe-syscall.inc.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/host/x86_64/safe-syscall.inc.S b/linux-user/host/x86_64/safe-syscall.inc.S index f36992daa3..158225553e 100644 --- a/linux-user/host/x86_64/safe-syscall.inc.S +++ b/linux-user/host/x86_64/safe-syscall.inc.S @@ -67,7 +67,7 @@ safe_syscall_base: */ safe_syscall_start: /* if signal_pending is non-zero, don't do the call */ - cmpl $0, (%rbp) + cmpl $0, (%rbp) jnz 1f syscall safe_syscall_end: |
