hotspot/src/cpu/x86/vm/frame_x86.inline.hpp
changeset 1896 cce23a9ff495
parent 1066 717c3345024f
child 2105 347008ce7984
--- a/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp	Fri Jan 09 14:39:07 2009 -0500
+++ b/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp	Tue Jan 13 14:41:44 2009 -0500
@@ -139,7 +139,7 @@
 #ifdef CC_INTERP
 
 inline interpreterState frame::get_interpreterState() const {
-  return ((interpreterState)addr_at( -sizeof(BytecodeInterpreter)/wordSize ));
+  return ((interpreterState)addr_at( -((int)sizeof(BytecodeInterpreter))/wordSize ));
 }
 
 inline intptr_t*    frame::sender_sp()        const {