src/cpu/x86/vm/templateTable_x86_32.hpp

changeset 1161
be93aad57795
parent 772
9ee9cf798b59
child 1279
bd02caa94611
     1.1 --- a/src/cpu/x86/vm/templateTable_x86_32.hpp	Mon Apr 20 14:48:03 2009 -0700
     1.2 +++ b/src/cpu/x86/vm/templateTable_x86_32.hpp	Tue Apr 21 23:21:04 2009 -0700
     1.3 @@ -22,8 +22,7 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -  static void prepare_invoke(Register method, Register index, int byte_no,
     1.8 -                             Bytecodes::Code code);
     1.9 +  static void prepare_invoke(Register method, Register index, int byte_no);
    1.10    static void invokevirtual_helper(Register index, Register recv,
    1.11                                     Register flags);
    1.12    static void volatile_barrier(Assembler::Membar_mask_bits order_constraint );

mercurial