Sign in
android
/
platform
/
external
/
qemu-android
/
56c8f68f1d2e45ad740de8c01780c7a4830d2098
/
.
/
linux-user
/
sparc
/
syscall.h
blob: 5be90fa7f916998db94d965585e587877de283c9 [
file
] [
log
] [
blame
]
struct
target_pt_regs
{
target_ulong psr
;
target_ulong pc
;
target_ulong npc
;
target_ulong y
;
target_ulong u_regs
[
16
];
};
#define
UNAME_MACHINE
"sun4"