mirror of https://github.com/xqemu/xqemu.git
11 lines
180 B
C
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"
|