diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-22 21:39:35 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-22 21:39:35 +0000 |
| commit | 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (patch) | |
| tree | c6e220ba61db3a6ea4052e6841296d829654e664 /utils/libmach/ureg6.h | |
| parent | 46439007cf417cbd9ac8049bb4122c890097a0fa (diff) | |
20060303
Diffstat (limited to 'utils/libmach/ureg6.h')
| -rw-r--r-- | utils/libmach/ureg6.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/utils/libmach/ureg6.h b/utils/libmach/ureg6.h new file mode 100644 index 00000000..46fa1f61 --- /dev/null +++ b/utils/libmach/ureg6.h @@ -0,0 +1,30 @@ +struct Ureg +{ + uvlong r15; /* general registers */ + uvlong r14; + uvlong r13; + uvlong r12; + uvlong r11; + uvlong r10; + uvlong r9; + uvlong r8; + uvlong di; + uvlong si; /* ... */ + uvlong bp; /* ... */ + uvlong nsp; + uvlong bx; /* ... */ + uvlong dx; /* ... */ + uvlong cx; /* ... */ + uvlong ax; /* ... */ + uvlong gs; /* data segments */ + uvlong fs; /* ... */ + uvlong es; /* ... */ + uvlong ds; /* ... */ + uvlong trap; /* trap type */ + uvlong ecode; /* error code (or zero) */ + uvlong pc; /* pc */ + uvlong cs; /* old context */ + uvlong flags; /* old flags */ + uvlong sp; + uvlong ss; /* old stack segment */ +}; |
