src/cpu/x86/vm/interp_masm_x86_32.hpp

changeset 1145
e5b0439ef4ae
parent 1014
0fbdb4381b99
child 1161
be93aad57795
     1.1 --- a/src/cpu/x86/vm/interp_masm_x86_32.hpp	Wed Apr 08 00:12:59 2009 -0700
     1.2 +++ b/src/cpu/x86/vm/interp_masm_x86_32.hpp	Wed Apr 08 10:56:49 2009 -0700
     1.3 @@ -161,6 +161,7 @@
     1.4  
     1.5  
     1.6    // jump to an invoked target
     1.7 +  void prepare_to_jump_from_interpreted();
     1.8    void jump_from_interpreted(Register method, Register temp);
     1.9  
    1.10    // Returning from interpreted functions

mercurial