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