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