src/cpu/zero/vm/interpreter_zero.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8022956 Cdiff src/cpu/zero/vm/interpreter_zero.cpp

src/cpu/zero/vm/interpreter_zero.cpp

Print this page

        

*** 62,71 **** --- 62,72 ---- AbstractInterpreter::MethodKind kind) { if (!InlineIntrinsics) return NULL; Unimplemented(); + return NULL; } address InterpreterGenerator::generate_abstract_entry() { return generate_entry((address) ShouldNotCallThisEntry()); }
src/cpu/zero/vm/interpreter_zero.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File