Commit 9153bc38 authored by Liu Yu's avatar Liu Yu Committed by V8 LUCI CQ

[mips32] Fix a typo that causing build failure

The typo in introduced by:
commit b684c36f

Change-Id: Ic8e9afe7b47e5c615c31ecbd3481e5b33d4f84e2
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2885355Reviewed-by: 's avatarZhao Jiazhong <zhaojiazhong-hf@loongson.cn>
Commit-Queue: Zhao Jiazhong <zhaojiazhong-hf@loongson.cn>
Auto-Submit: Liu yu <liuyu@loongson.cn>
Cr-Commit-Position: refs/heads/master@{#74504}
parent ff2d5d03
...@@ -4493,8 +4493,7 @@ void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, ...@@ -4493,8 +4493,7 @@ void MacroAssembler::InvokeFunctionCode(Register function, Register new_target,
} }
Label done; Label done;
InvokePrologue(expected_parameter_count, actual_parameter_count, &done, InvokePrologue(expected_parameter_count, actual_parameter_count, &done, type);
ftype);
// We call indirectly through the code field in the function to // We call indirectly through the code field in the function to
// allow recompilation to take effect without changing any of the // allow recompilation to take effect without changing any of the
// call sites. // call sites.
......
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