changeset 22806 | 7d1955769e90 |
parent 17381 | a53ac5bf4850 |
child 22808 | 88bca865e247 |
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp Wed Jun 19 12:15:50 2013 +0200 +++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp Wed Jun 19 12:29:30 2013 +0200 @@ -406,7 +406,7 @@ #endif -#if defined(__SOFTFP__) || defined(PPC) +#if defined(__SOFTFP__) || defined(PPC32) double SharedRuntime::dsqrt(double f) { return sqrt(f); }