Commit 9acdc884 authored by yangguo's avatar yangguo Committed by Commit bot

Fix mips broken by 91009c50.

TBR=mstarzinger@chromium.org

Review URL: https://codereview.chromium.org/1674153002

Cr-Commit-Position: refs/heads/master@{#33801}
parent f3b0dbb5
......@@ -1143,8 +1143,6 @@ static void Generate_EnterBytecodeDispatch(MacroAssembler* masm) {
__ li(kInterpreterDispatchTableRegister,
Operand(ExternalReference::interpreter_dispatch_table_address(
masm->isolate())));
__ Addu(kInterpreterDispatchTableRegister, kInterpreterDispatchTableRegister,
Operand(FixedArray::kHeaderSize - kHeapObjectTag));
// Get the context from the frame.
__ lw(kContextRegister,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment