Commit 2dfd87f2 authored by Lu Yahan's avatar Lu Yahan Committed by V8 LUCI CQ

[riscv64] Remove the Dummy interface descriptor

Port commit 4ae5a813

Change-Id: I2b4fccff6bf5266cd4cf9df45cabe3a19f29ab41
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3609751
Commit-Queue: Yahan Lu <yahan@iscas.ac.cn>
Auto-Submit: Yahan Lu <yahan@iscas.ac.cn>
Reviewed-by: 's avatarji qiu <qiuji@iscas.ac.cn>
Commit-Queue: ji qiu <qiuji@iscas.ac.cn>
Cr-Commit-Position: refs/heads/main@{#80205}
parent c3ac338b
...@@ -231,8 +231,7 @@ constexpr auto ConstructStubDescriptor::registers() { ...@@ -231,8 +231,7 @@ constexpr auto ConstructStubDescriptor::registers() {
// a3: new target // a3: new target
// a1: target // a1: target
// a0: number of arguments // a0: number of arguments
// a2: allocation site or undefined return RegisterArray(a1, a3, a0);
return RegisterArray(a1, a3, a0, a2);
} }
// static // static
......
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