diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-15 23:01:47 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-15 23:01:47 +0000 |
commit | acb06d304048cb269d358d3ab764e6c73c2f6679 (patch) | |
tree | 5973ea59c71048b572628ba8740db02d68d1cf13 /sim/ppc/inline.c | |
parent | 80948f392bb653cb29514db15c176d218c2f4c2d (diff) | |
download | binutils-acb06d304048cb269d358d3ab764e6c73c2f6679.zip binutils-acb06d304048cb269d358d3ab764e6c73c2f6679.tar.gz binutils-acb06d304048cb269d358d3ab764e6c73c2f6679.tar.bz2 |
Add option to make options inline
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 |