diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-09-30 20:36:07 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-09-30 20:36:07 +0000 |
commit | 7a3f194486ad5c8e21c96a19dee37b14a1057580 (patch) | |
tree | af45c762b3668a438e631ba939f8a573872435b6 /linux-user/sparc/syscall.h | |
parent | 2c0262afa75d7d6cb68217f9a7587170ed3cd5b3 (diff) |
sparc emulation target (thanx to Thomas M. Ogrisegg)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@386 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/sparc/syscall.h')
-rw-r--r-- | linux-user/sparc/syscall.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linux-user/sparc/syscall.h b/linux-user/sparc/syscall.h new file mode 100644 index 0000000000..474c87c305 --- /dev/null +++ b/linux-user/sparc/syscall.h @@ -0,0 +1,7 @@ +struct target_pt_regs { + target_ulong psr; + target_ulong pc; + target_ulong npc; + target_ulong y; + target_ulong u_regs[16]; +}; |