Sign in
qemu
/
qemu
/
7d80fee5b9e663148ddee714e3b755a0af20508d
/
.
/
bsd-user
/
sparc
/
syscall.h
blob: 5a9bb7e546983201b106d47d3c74571d21dd9c1b [
file
] [
log
] [
blame
]
struct
target_pt_regs
{
abi_ulong psr
;
abi_ulong pc
;
abi_ulong npc
;
abi_ulong y
;
abi_ulong u_regs
[
16
];
};
#define
UNAME_MACHINE
"sun4"