We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7599b91 commit 1e11247Copy full SHA for 1e11247
tools/v8_gypfiles/v8.gyp
@@ -1646,7 +1646,7 @@
1646
}],
1647
['_toolset == "host" and host_arch == "riscv64" or _toolset == "target" and target_arch=="riscv64"', {
1648
'sources': [
1649
- '<(V8_ROOT)/src/heap/base/asm/riscv/push_registers_asm.cc',
+ '<(V8_ROOT)/src/heap/base/asm/riscv64/push_registers_asm.cc',
1650
],
1651
1652
['_toolset == "host" and host_arch == "loong64" or _toolset == "target" and target_arch=="loong64"', {
0 commit comments