Sign in
qemu
/
qemu
/
9f953ca0b8ae71f4ea8112a3aac36454a2c4b907
/
.
/
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"