summaryrefslogtreecommitdiff
path: root/gnu/dist/sim/ppc/inline.c
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1998-02-01 08:01:23 +0000
committerthorpej <thorpej@NetBSD.org>1998-02-01 08:01:23 +0000
commite642dff4e09e204bfebc5fc55106e32c85954a80 (patch)
treed75ef6a46080a90c0bb09f3ca1b5c72189b28e44 /gnu/dist/sim/ppc/inline.c
parent74ab5e80061a6cb89b7009711a1b263403edbaf0 (diff)
Import the psim-970703 (PowerPC Simulator) snapshot.
Diffstat (limited to 'gnu/dist/sim/ppc/inline.c')
-rw-r--r--gnu/dist/sim/ppc/inline.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/dist/sim/ppc/inline.c b/gnu/dist/sim/ppc/inline.c
index 579859e5315..43595a53424 100644
--- a/gnu/dist/sim/ppc/inline.c
+++ b/gnu/dist/sim/ppc/inline.c
@@ -75,6 +75,10 @@
#include "device.c"
#endif
+#if (TREE_INLINE & INCLUDE_MODULE)
+#include "tree.c"
+#endif
+
#if (SPREG_INLINE & INCLUDE_MODULE)
#include "spreg.c"
#endif