src/cpu/x86/vm/stubRoutines_x86_64.hpp

changeset 5439
0f57ccdb9084
parent 5353
b800986664f4
child 6876
710a3c8b516e
child 8307
daaf806995b3
     1.1 --- a/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Mon Jul 15 06:27:46 2013 -0700
     1.2 +++ b/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Mon Jul 15 10:28:32 2013 -0700
     1.3 @@ -52,7 +52,6 @@
     1.4    static address _float_sign_flip;
     1.5    static address _double_sign_mask;
     1.6    static address _double_sign_flip;
     1.7 -  static address _mxcsr_std;
     1.8  
     1.9   public:
    1.10  
    1.11 @@ -106,11 +105,6 @@
    1.12      return _double_sign_flip;
    1.13    }
    1.14  
    1.15 -  static address mxcsr_std()
    1.16 -  {
    1.17 -    return _mxcsr_std;
    1.18 -  }
    1.19 -
    1.20  # include "stubRoutines_x86.hpp"
    1.21  
    1.22  };

mercurial