summaryrefslogtreecommitdiff
path: root/deps/v8/src/codegen/riscv64/register-riscv64.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/codegen/riscv64/register-riscv64.h')
-rw-r--r--deps/v8/src/codegen/riscv64/register-riscv64.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/v8/src/codegen/riscv64/register-riscv64.h b/deps/v8/src/codegen/riscv64/register-riscv64.h
index 2626c4eae7..b97594becd 100644
--- a/deps/v8/src/codegen/riscv64/register-riscv64.h
+++ b/deps/v8/src/codegen/riscv64/register-riscv64.h
@@ -41,6 +41,12 @@ namespace internal {
V(ft4) V(ft5) V(ft6) V(ft7) V(fa0) V(fa1) V(fa2) V(fa3) V(fa4) V(fa5) \
V(fa6) V(fa7)
+// Returns the number of padding slots needed for stack pointer alignment.
+constexpr int ArgumentPaddingSlots(int argument_count) {
+ // No argument padding required.
+ return 0;
+}
+
// clang-format on
// Note that the bit values must match those used in actual instruction