summaryrefslogtreecommitdiffstats
path: root/linux-user/mips/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/mips/syscall.h')
-rw-r--r--linux-user/mips/syscall.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux-user/mips/syscall.h b/linux-user/mips/syscall.h
index 140729f004..a789348db4 100644
--- a/linux-user/mips/syscall.h
+++ b/linux-user/mips/syscall.h
@@ -3,10 +3,8 @@
stack during a system call. */
struct target_pt_regs {
-#if 1
/* Pad bytes for argument save space on the stack. */
target_ulong pad0[6];
-#endif
/* Saved main processor registers. */
target_ulong regs[32];