Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/linux-user/sparc64/syscall.h
bellard a315a14547 initial sparc64 support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1256 c046a42c-6fe2-441c-8c8c-71466251a162
2005-01-30 22:59:18 +00:00

11 lines
180 B
C

struct target_pt_regs {
target_ulong u_regs[16];
target_ulong tstate;
target_ulong pc;
target_ulong npc;
target_ulong y;
target_ulong fprs;
};
#define UNAME_MACHINE "sun4u"