summaryrefslogblamecommitdiffstats
path: root/linux-user/sparc/syscall.h
blob: 474c87c3058631432210a17e6990717eef460b93 (plain) (tree)
1
2
3
4
5
6
7






                                
struct target_pt_regs {
	target_ulong psr;
	target_ulong pc;
	target_ulong npc;
	target_ulong y;
	target_ulong u_regs[16];
};