]> Git Repo - qemu.git/blame - linux-user/sparc/syscall.h
sparc emulation target (thanx to Thomas M. Ogrisegg)
[qemu.git] / linux-user / sparc / syscall.h
CommitLineData
7a3f1944
FB
1struct target_pt_regs {
2 target_ulong psr;
3 target_ulong pc;
4 target_ulong npc;
5 target_ulong y;
6 target_ulong u_regs[16];
7};
This page took 0.021992 seconds and 4 git commands to generate.