Statistics
| Branch: | Revision:

root / linux-user / sparc64 / syscall.h @ afc7df11

History | View | Annotate | Download (180 Bytes)

1 a315a145 bellard
struct target_pt_regs {
2 a315a145 bellard
        target_ulong u_regs[16];
3 a315a145 bellard
        target_ulong tstate;
4 a315a145 bellard
        target_ulong pc;
5 a315a145 bellard
        target_ulong npc;
6 a315a145 bellard
        target_ulong y;
7 a315a145 bellard
        target_ulong fprs;
8 a315a145 bellard
};
9 a315a145 bellard
10 a315a145 bellard
#define UNAME_MACHINE "sun4u"