mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-15 12:44:04 +00:00

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@386 c046a42c-6fe2-441c-8c8c-71466251a162
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];
|
|
};
|