Statistics
| Branch: | Revision:

root / linux-user / sparc / syscall.h @ 5fafdf24

History | View | Annotate | Download (156 Bytes)

1 7a3f1944 bellard
struct target_pt_regs {
2 7a3f1944 bellard
        target_ulong psr;
3 7a3f1944 bellard
        target_ulong pc;
4 7a3f1944 bellard
        target_ulong npc;
5 7a3f1944 bellard
        target_ulong y;
6 7a3f1944 bellard
        target_ulong u_regs[16];
7 7a3f1944 bellard
};
8 cf720db3 bellard
9 cf720db3 bellard
#define UNAME_MACHINE "sun4"