hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 22806 7d1955769e90
parent 15482 470d0b0c09f1
child 22808 88bca865e247
--- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Wed Jun 19 12:15:50 2013 +0200
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Wed Jun 19 12:29:30 2013 +0200
@@ -140,7 +140,7 @@
   static double dabs(double f);
 #endif
 
-#if defined(__SOFTFP__) || defined(PPC)
+#if defined(__SOFTFP__) || defined(PPC32)
   static double dsqrt(double f);
 #endif