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