]> Git Repo - qemu.git/blame - bsd-user/sparc/syscall.h
Merge commit 'linux-user/linux-user-for-upstream' into staging
[qemu.git] / bsd-user / sparc / syscall.h
CommitLineData
53939066
BS
1struct target_pt_regs {
2 abi_ulong psr;
3 abi_ulong pc;
4 abi_ulong npc;
5 abi_ulong y;
6 abi_ulong u_regs[16];
7};
8
9#define UNAME_MACHINE "sun4"
This page took 0.128024 seconds and 4 git commands to generate.