diff options
Diffstat (limited to 'sim/ppc/inline.c')
-rw-r--r-- | sim/ppc/inline.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/ppc/inline.c b/sim/ppc/inline.c index 894f0c9..b025745 100644 --- a/sim/ppc/inline.c +++ b/sim/ppc/inline.c @@ -54,6 +54,10 @@ #include "model.c" #endif +#if OPTIONS_INLINE +#include "options.c" +#endif + #if FUNCTION_UNIT_INLINE #include "function_unit.c" #endif |