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
  • linux-user
  • sparc
  • syscall.h
  • sparc emulation target (thanx to Thomas M. Ogrisegg) ...
    7a3f1944
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@386 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2003-09-30 20:36:07 +0000  
    Browse File ยป
syscall.h 126 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
struct target_pt_regs {
	target_ulong psr;
	target_ulong pc;
	target_ulong npc;
	target_ulong y;
	target_ulong u_regs[16];
};