Sign in

gwj / at91sam9263 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
a147d62bf9d16db97d74ae2c65f43bd41493b06c
  • at91sam9263
  • linux-user
  • sparc64
  • syscall.h
  • Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) ...
    992f48a0
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3396 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    18 years ago  
    Browse Code »
syscall.h 162 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10
struct target_pt_regs {
	abi_ulong u_regs[16];
	abi_ulong tstate;
	abi_ulong pc;
	abi_ulong npc;
	abi_ulong y;
	abi_ulong fprs;
};

#define UNAME_MACHINE "sun4u"