Sign in
◑
Theme
qemu-android
/
qemu-android
/
f526f3c315d7c3ff7b7db39ae3a49f91d3a9986b
/
.
/
linux-user
/
sh4
/
syscall.h
blob: 014bf58fc3e8d062e2176cf0c3d58cc70e89c490 [
file
]
struct
target_pt_regs
{
unsigned
long
regs
[
16
];
unsigned
long
pc
;
unsigned
long
pr
;
unsigned
long
sr
;
unsigned
long
gbr
;
unsigned
long
mach
;
unsigned
long
macl
;
long
tra
;
};
#define
UNAME_MACHINE
"sh4"