Sign in

gwj / at91sam9263 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • at91sam9263
  • bsd-user
  • sparc
  • syscall.h
  • Sparc32 BSD user support ...
    53939066
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5655 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-11-09 09:31:37 +0000  
    Browse Dir ยป
syscall.h 141 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9
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"