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