mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
sh4 target (Samuel Tardieu)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1861 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
66a93e0f47
commit
fdf9b3e831
24 changed files with 5905 additions and 6 deletions
12
linux-user/sh4/syscall.h
Normal file
12
linux-user/sh4/syscall.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
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"
|
Loading…
Add table
Add a link
Reference in a new issue