src/cpu/x86/vm/assembler_x86.hpp

changeset 4317
6ab62ad83507
parent 4205
a3ecd773a7b9
child 4318
cd3d6a6b95d9
     1.1 --- a/src/cpu/x86/vm/assembler_x86.hpp	Tue Nov 27 17:41:38 2012 -0800
     1.2 +++ b/src/cpu/x86/vm/assembler_x86.hpp	Fri Nov 30 11:44:05 2012 -0800
     1.3 @@ -706,8 +706,6 @@
     1.4    void check_relocation(RelocationHolder const& rspec, int format);
     1.5    #endif
     1.6  
     1.7 -  inline void emit_long64(jlong x);
     1.8 -
     1.9    void emit_data(jint data, relocInfo::relocType    rtype, int format);
    1.10    void emit_data(jint data, RelocationHolder const& rspec, int format);
    1.11    void emit_data64(jlong data, relocInfo::relocType rtype, int format = 0);

mercurial