< prev index next >

src/cpu/zero/vm/compiledIC_zero.cpp

Print this page

        

*** 58,69 **** return is_icholder_entry(call->destination()); } // ---------------------------------------------------------------------------- ! void CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf) { ShouldNotReachHere(); // Only needed for COMPILER2. } int CompiledStaticCall::to_interp_stub_size() { ShouldNotReachHere(); // Only needed for COMPILER2. return 0; --- 58,70 ---- return is_icholder_entry(call->destination()); } // ---------------------------------------------------------------------------- ! address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf) { ShouldNotReachHere(); // Only needed for COMPILER2. + return NULL; } int CompiledStaticCall::to_interp_stub_size() { ShouldNotReachHere(); // Only needed for COMPILER2. return 0;
< prev index next >