mirror of https://github.com/xemu-project/xemu.git
8 lines
126 B
C
8 lines
126 B
C
![]() |
struct target_pt_regs {
|
||
|
target_ulong psr;
|
||
|
target_ulong pc;
|
||
|
target_ulong npc;
|
||
|
target_ulong y;
|
||
|
target_ulong u_regs[16];
|
||
|
};
|