--- old/src/cpu/x86/vm/frame_x86.inline.hpp Mon Jan 12 10:51:16 2009 +++ new/src/cpu/x86/vm/frame_x86.inline.hpp Mon Jan 12 10:51:15 2009 @@ -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 {