aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/inline.h
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-11-10 22:49:05 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-11-10 22:49:05 +0000
commita31140524a0771e27cd25af1648d32b3ceaa36ed (patch)
treefb05853d32fca4a28d9462b2b476920c7a59a363 /sim/ppc/inline.h
parentaa917e719d60206457ee4fbde8b3b070c5a119d4 (diff)
downloadgdb-a31140524a0771e27cd25af1648d32b3ceaa36ed.zip
gdb-a31140524a0771e27cd25af1648d32b3ceaa36ed.tar.gz
gdb-a31140524a0771e27cd25af1648d32b3ceaa36ed.tar.bz2
Tons of changes to allow model specific information in the instruction file.
Diffstat (limited to 'sim/ppc/inline.h')
-rw-r--r--sim/ppc/inline.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/ppc/inline.h b/sim/ppc/inline.h
index 646e696..51af04f 100644
--- a/sim/ppc/inline.h
+++ b/sim/ppc/inline.h
@@ -62,6 +62,14 @@
#endif
#endif
+#if MODEL_INLINE
+#if MODEL_INLINE == 2
+#define INLINE_MODEL static INLINE
+#else
+#define INLINE_MODEL static
+#endif
+#endif
+
#if BITS_INLINE
#if BITS_INLINE == 2
#define INLINE_BITS static INLINE