aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/inline.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/inline.h')
-rw-r--r--sim/ppc/inline.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/ppc/inline.h b/sim/ppc/inline.h
index 0c191f5..c6112f3 100644
--- a/sim/ppc/inline.h
+++ b/sim/ppc/inline.h
@@ -69,6 +69,7 @@
#define INLINE_MODEL static
#endif
#define STATIC_MODEL static
+#define EXTERN_MODEL static
#endif
#if BITS_INLINE
@@ -162,5 +163,13 @@
#endif
#endif
+#if OPTIONS_INLINE
+#if OPTIONS_INLINE == 2
+#define INLINE_OPTIONS static INLINE
+#else
+#define INLINE_OPTIONS static
+#endif
+#endif
+
#endif