hotspot/src/share/vm/runtime/stubRoutines.hpp
changeset 22807 1cf02ef734e2
parent 14132 3c1437abcefd
child 22808 88bca865e247
--- a/hotspot/src/share/vm/runtime/stubRoutines.hpp	Wed Jun 19 12:29:30 2013 +0200
+++ b/hotspot/src/share/vm/runtime/stubRoutines.hpp	Thu Jun 20 16:30:44 2013 -0700
@@ -114,8 +114,11 @@
 #ifdef TARGET_ARCH_MODEL_arm
 # include "stubRoutines_arm.hpp"
 #endif
-#ifdef TARGET_ARCH_MODEL_ppc
-# include "stubRoutines_ppc.hpp"
+#ifdef TARGET_ARCH_MODEL_ppc_32
+# include "stubRoutines_ppc_32.hpp"
+#endif
+#ifdef TARGET_ARCH_MODEL_ppc_64
+# include "stubRoutines_ppc_64.hpp"
 #endif