diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-10 22:49:05 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-10 22:49:05 +0000 |
commit | a31140524a0771e27cd25af1648d32b3ceaa36ed (patch) | |
tree | fb05853d32fca4a28d9462b2b476920c7a59a363 /sim/ppc/inline.h | |
parent | aa917e719d60206457ee4fbde8b3b070c5a119d4 (diff) | |
download | gdb-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.h | 8 |
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 |