~ubuntu-branches/ubuntu/wily/qemu-kvm-spice/wily

« back to all changes in this revision

Viewing changes to bsd-user/sparc64/syscall.h

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-10-19 10:44:56 UTC
  • Revision ID: james.westby@ubuntu.com-20111019104456-xgvskumk3sxi97f4
Tags: upstream-0.15.0+noroms
ImportĀ upstreamĀ versionĀ 0.15.0+noroms

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
struct target_pt_regs {
 
2
        abi_ulong u_regs[16];
 
3
        abi_ulong tstate;
 
4
        abi_ulong pc;
 
5
        abi_ulong npc;
 
6
        abi_ulong y;
 
7
        abi_ulong fprs;
 
8
};
 
9
 
 
10
#define UNAME_MACHINE "sun4u"