Blame view

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

#define UNAME_MACHINE "sun4"