summaryrefslogtreecommitdiff
path: root/utils/libmach/ureg2.h
diff options
context:
space:
mode:
authorforsyth <forsyth@lavoro.terzarima.net>2013-06-03 21:01:14 +0000
committerforsyth <forsyth@lavoro.terzarima.net>2013-06-03 21:01:14 +0000
commit45a20ab721a513710138340faff3d59a31c3e01e (patch)
treeeea29d2684c51cc73725b8992a2125bede48e118 /utils/libmach/ureg2.h
parentcd8e99851af33e52bcdf8faf34f9d4e62fa0cbaf (diff)
sync compilers with Plan 9
remove 1[acl] 2[acl]
Diffstat (limited to 'utils/libmach/ureg2.h')
-rw-r--r--utils/libmach/ureg2.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/utils/libmach/ureg2.h b/utils/libmach/ureg2.h
deleted file mode 100644
index e237cb3d..00000000
--- a/utils/libmach/ureg2.h
+++ /dev/null
@@ -1,28 +0,0 @@
-struct Ureg
-{
- ulong r0;
- ulong r1;
- ulong r2;
- ulong r3;
- ulong r4;
- ulong r5;
- ulong r6;
- ulong r7;
- ulong a0;
- ulong a1;
- ulong a2;
- ulong a3;
- ulong a4;
- ulong a5;
- ulong a6;
- ulong sp;
- ulong usp;
- ulong magic; /* for db to find bottom of ureg */
- ushort sr;
- ulong pc;
- ushort vo;
-#ifndef UREGVARSZ
-#define UREGVARSZ 23 /* for 68040; 15 is enough on 68020 */
-#endif
- uchar microstate[UREGVARSZ]; /* variable-sized portion */
-};