Sign in
qemu
/
qemu
/
508634723981e5cf269efb1c353afd1ec8b7a45a
/
.
/
linux-user
/
sparc
/
syscall.h
blob: 474c87c3058631432210a17e6990717eef460b93 [
file
] [
log
] [
blame
]
struct
target_pt_regs
{
target_ulong psr
;
target_ulong pc
;
target_ulong npc
;
target_ulong y
;
target_ulong u_regs
[
16
];
};