src/share/vm/runtime/sharedRuntime.cpp

changeset 6440
0f03ff49c720
parent 5108
f0bc60565ba8
child 6442
b5c8a61d7fa0
     1.1 --- a/src/share/vm/runtime/sharedRuntime.cpp	Wed Jun 19 12:15:50 2013 +0200
     1.2 +++ b/src/share/vm/runtime/sharedRuntime.cpp	Wed Jun 19 12:29:30 2013 +0200
     1.3 @@ -406,7 +406,7 @@
     1.4  
     1.5  #endif
     1.6  
     1.7 -#if defined(__SOFTFP__) || defined(PPC)
     1.8 +#if defined(__SOFTFP__) || defined(PPC32)
     1.9  double SharedRuntime::dsqrt(double f) {
    1.10    return sqrt(f);
    1.11  }

mercurial