aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/c1/c1_FpuStackSim.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/c1/c1_FpuStackSim.hpp')
-rw-r--r--src/share/vm/c1/c1_FpuStackSim.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/c1/c1_FpuStackSim.hpp b/src/share/vm/c1/c1_FpuStackSim.hpp
index a84d8a152..3e8adbe14 100644
--- a/src/share/vm/c1/c1_FpuStackSim.hpp
+++ b/src/share/vm/c1/c1_FpuStackSim.hpp
@@ -38,6 +38,12 @@ class FpuStackSim;
#ifdef TARGET_ARCH_sparc
# include "c1_FpuStackSim_sparc.hpp"
#endif
+#ifdef TARGET_ARCH_arm
+# include "c1_FpuStackSim_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "c1_FpuStackSim_ppc.hpp"
+#endif
#endif // SHARE_VM_C1_C1_FPUSTACKSIM_HPP