Blame view

linux-user/sparc64/syscall.h 162 Bytes
bellard authored
1
struct target_pt_regs {
2
3
4
5
6
7
	abi_ulong u_regs[16];
	abi_ulong tstate;
	abi_ulong pc;
	abi_ulong npc;
	abi_ulong y;
	abi_ulong fprs;
bellard authored
8
9
10
};

#define UNAME_MACHINE "sun4u"