Merge branch 'master' of git://repo.or.cz/qemu
[qemu/hppa.git] / linux-user / hppa / syscall.h
blob6337ec8b9161e4709b7c7a358c4b22b9ffa485ea
1 struct target_pt_regs {
2 target_ulong gr[32]; /* PSW is in gr[0] */
3 target_ulong sr[ 8];
4 target_ulong iasq[2];
5 target_ulong iaoq[2];
6 };
8 #define UNAME_MACHINE "parisc"