Sign in
qemu-android
/
qemu-android
/
646be93b4cc87635ffa03e044d1d21f5c80403c1
/
.
/
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
];
};