src/cpu/x86/vm/interpreterRT_x86_32.cpp

changeset 947
db4caa99ef11
parent 772
9ee9cf798b59
child 968
dc3ad84615cf
     1.1 --- a/src/cpu/x86/vm/interpreterRT_x86_32.cpp	Tue Dec 23 06:16:53 2008 -0800
     1.2 +++ b/src/cpu/x86/vm/interpreterRT_x86_32.cpp	Wed Dec 24 13:06:09 2008 -0800
     1.3 @@ -54,7 +54,7 @@
     1.4    __ cmpptr(Address(from(), Interpreter::local_offset_in_bytes(from_offset)), (int32_t)NULL_WORD); // do not use temp() to avoid AGI
     1.5    Label L;
     1.6    __ jcc(Assembler::notZero, L);
     1.7 -  __ movptr(temp(), ((int32_t)NULL_WORD));
     1.8 +  __ movptr(temp(), NULL_WORD);
     1.9    __ bind(L);
    1.10    __ movptr(Address(to(), to_offset * wordSize), temp());
    1.11  }

mercurial