symbian-qemu-0.9.1-12/qemu-symbian-svp/bsd-user/sparc/syscall.h
author jahyvone@4FIL49437
Wed, 02 Jun 2010 11:02:14 +0300
branchgraphics-phase-3
changeset 77 b3dcdc7f8f12
parent 1 2fb8b9db1c86
permissions -rw-r--r--
start graphics-phase-3

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

#define UNAME_MACHINE "sun4"