Revision 540635ba linux-user/mips/syscall.h

b/linux-user/mips/syscall.h
3 3
   stack during a system call. */
4 4

  
5 5
struct target_pt_regs {
6
#if 1
7 6
	/* Pad bytes for argument save space on the stack. */
8 7
	target_ulong pad0[6];
9
#endif
10 8

  
11 9
	/* Saved main processor registers. */
12 10
	target_ulong regs[32];

Also available in: Unified diff