Sign in
qemu
/
qemu
/
2aa326be0d2039f51192707bdb2fc935d0e87c21
/
.
/
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"