aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/x86_64/target_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-user/x86_64/target_syscall.h')
-rw-r--r--bsd-user/x86_64/target_syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-user/x86_64/target_syscall.h b/bsd-user/x86_64/target_syscall.h
index 211ce29e90..a5d779884f 100644
--- a/bsd-user/x86_64/target_syscall.h
+++ b/bsd-user/x86_64/target_syscall.h
@@ -12,7 +12,7 @@ struct target_pt_regs {
abi_ulong rbp;
abi_ulong rbx;
/* arguments: non interrupts/non tracing syscalls only save up to here */
- abi_ulong r11;
+ abi_ulong r11;
abi_ulong r10;
abi_ulong r9;
abi_ulong r8;