hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 34220 1ba69cb5585c
parent 33813 4f376e851453
child 35055 a4cf2927e727
child 35086 bbf32241d851
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Tue Nov 24 10:30:23 2015 +0100
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Mon Nov 23 11:06:14 2015 +0100
@@ -386,7 +386,7 @@
 
 #endif
 
-#if defined(__SOFTFP__) || defined(PPC32)
+#if defined(__SOFTFP__) || defined(PPC)
 double SharedRuntime::dsqrt(double f) {
   return sqrt(f);
 }