src/cpu/zero/vm/interp_masm_zero.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/zero/vm/interp_masm_zero.hpp	Mon Aug 19 16:51:17 2013
--- new/src/cpu/zero/vm/interp_masm_zero.hpp	Mon Aug 19 16:51:17 2013

*** 38,46 **** --- 38,47 ---- public: RegisterOrConstant delayed_value_impl(intptr_t* delayed_value_addr, Register tmp, int offset) { ShouldNotCallThis(); + return RegisterOrConstant(); } }; #endif // CPU_ZERO_VM_INTERP_MASM_ZERO_HPP

src/cpu/zero/vm/interp_masm_zero.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File