~ahs3/+junk/cq-qemu

« back to all changes in this revision

Viewing changes to linux-user/sh4/syscall.h

  • Committer: Al Stone
  • Date: 2012-02-09 01:17:20 UTC
  • Revision ID: albert.stone@canonical.com-20120209011720-tztl7ik3qayz80p4
first commit to bzr for qemu

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
struct target_pt_regs {
 
2
        unsigned long regs[16];
 
3
        unsigned long pc;
 
4
        unsigned long pr;
 
5
        unsigned long sr;
 
6
        unsigned long gbr;
 
7
        unsigned long mach;
 
8
        unsigned long macl;
 
9
        long tra;
 
10
};
 
11
 
 
12
#define UNAME_MACHINE "sh4"