[mips32] Fix a typo that causing build failure
The typo in introduced by:
commit b684c36fa7
Change-Id: Ic8e9afe7b47e5c615c31ecbd3481e5b33d4f84e2
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2885355
Reviewed-by: Zhao 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}
This commit is contained in:
parent
ff2d5d03a8
commit
9153bc385c
@ -4493,8 +4493,7 @@ void MacroAssembler::InvokeFunctionCode(Register function, Register new_target,
|
||||
}
|
||||
|
||||
Label done;
|
||||
InvokePrologue(expected_parameter_count, actual_parameter_count, &done,
|
||||
ftype);
|
||||
InvokePrologue(expected_parameter_count, actual_parameter_count, &done, type);
|
||||
// We call indirectly through the code field in the function to
|
||||
// allow recompilation to take effect without changing any of the
|
||||
// call sites.
|
||||
|
Loading…
Reference in New Issue
Block a user