Revision 992f48a0 linux-user/mips/syscall.h

b/linux-user/mips/syscall.h
4 4

  
5 5
struct target_pt_regs {
6 6
	/* Pad bytes for argument save space on the stack. */
7
	target_ulong pad0[6];
7
	abi_ulong pad0[6];
8 8

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

  
12 12
	/* Saved special registers. */
13
	target_ulong cp0_status;
14
	target_ulong lo;
15
	target_ulong hi;
16
	target_ulong cp0_badvaddr;
17
	target_ulong cp0_cause;
18
	target_ulong cp0_epc;
13
	abi_ulong cp0_status;
14
	abi_ulong lo;
15
	abi_ulong hi;
16
	abi_ulong cp0_badvaddr;
17
	abi_ulong cp0_cause;
18
	abi_ulong cp0_epc;
19 19
};
20 20

  
21 21
/* Target errno definitions taken from asm-mips/errno.h */

Also available in: Unified diff