hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 34220 1ba69cb5585c
parent 33593 60764a78fa5c
child 34633 2a6c7c7b30a7
child 35086 bbf32241d851
--- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Tue Nov 24 10:30:23 2015 +0100
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Mon Nov 23 11:06:14 2015 +0100
@@ -141,7 +141,7 @@
   static double dabs(double f);
 #endif
 
-#if defined(__SOFTFP__) || defined(PPC32)
+#if defined(__SOFTFP__) || defined(PPC)
   static double dsqrt(double f);
 #endif