summaryrefslogtreecommitdiff
path: root/gnu/dist/sim/ppc/idecode_fields.h
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1998-02-01 08:01:23 +0000
committerthorpej <thorpej@NetBSD.org>1998-02-01 08:01:23 +0000
commite642dff4e09e204bfebc5fc55106e32c85954a80 (patch)
treed75ef6a46080a90c0bb09f3ca1b5c72189b28e44 /gnu/dist/sim/ppc/idecode_fields.h
parent74ab5e80061a6cb89b7009711a1b263403edbaf0 (diff)
Import the psim-970703 (PowerPC Simulator) snapshot.
Diffstat (limited to 'gnu/dist/sim/ppc/idecode_fields.h')
-rw-r--r--gnu/dist/sim/ppc/idecode_fields.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/dist/sim/ppc/idecode_fields.h b/gnu/dist/sim/ppc/idecode_fields.h
index a248b48a35f..1c449bc9769 100644
--- a/gnu/dist/sim/ppc/idecode_fields.h
+++ b/gnu/dist/sim/ppc/idecode_fields.h
@@ -100,3 +100,6 @@
#define BO_2_ ((BO & BIT5(2)) != 0)
#define BO_3_ ((BO & BIT5(3)) != 0)
#define BO_4_ ((BO & BIT5(4)) != 0)
+
+#define GOTO(dest) goto XCONCAT4(label__,dest,__,MY_PREFIX)
+#define LABEL(dest) XCONCAT4(label__,dest,__,MY_PREFIX)