src/cpu/x86/vm/interp_masm_x86_32.hpp

changeset 947
db4caa99ef11
parent 772
9ee9cf798b59
child 1014
0fbdb4381b99
     1.1 --- a/src/cpu/x86/vm/interp_masm_x86_32.hpp	Tue Dec 23 06:16:53 2008 -0800
     1.2 +++ b/src/cpu/x86/vm/interp_masm_x86_32.hpp	Wed Dec 24 13:06:09 2008 -0800
     1.3 @@ -120,7 +120,7 @@
     1.4    void empty_expression_stack()                            {
     1.5         movptr(rsp, Address(rbp, frame::interpreter_frame_monitor_block_top_offset * wordSize));
     1.6        // NULL last_sp until next java call
     1.7 -      movptr(Address(rbp, frame::interpreter_frame_last_sp_offset * wordSize), (int32_t)NULL_WORD);
     1.8 +      movptr(Address(rbp, frame::interpreter_frame_last_sp_offset * wordSize), NULL_WORD);
     1.9    }
    1.10  
    1.11    // Tagged stack helpers for swap and dup

mercurial