Sign in
qemu-android
/
qemu-android
/
fcb5629d3eb208d84c0fe9aa1ef64a6af7de0139
/
.
/
linux-user
/
sh4
/
syscall.h
blob: 014bf58fc3e8d062e2176cf0c3d58cc70e89c490 [
file
] [
log
] [
blame
]
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"