Sign in
android
/
platform
/
external
/
qemu-android
/
2e5d83bbef5a539f22970c2bccd19b125d82aab0
/
.
/
linux-user
/
sparc64
/
syscall.h
blob: c361558b678f857efcbc0fe6ce199e8a6eece577 [
file
] [
log
] [
blame
]
struct
target_pt_regs
{
target_ulong u_regs
[
16
];
target_ulong tstate
;
target_ulong pc
;
target_ulong npc
;
target_ulong y
;
target_ulong fprs
;
};
#define
UNAME_MACHINE
"sun4u"