Skip to content

Commit

Permalink
reserve more space for allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
glyh committed Oct 23, 2024
1 parent 9d1bc79 commit 93a4964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riscv/meta.mbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fn generate_meta(cfg : @ssacfg.SsaCfg) -> AssemblyFunction {
Align(3),
Label("stack_space"),
Comment("Skips 128 Mib For stack"),
Skip(128 * 1024 * 1024),
Skip(1024 * 1024 * 1024),
Label("stack_space_end"),
],
)
Expand Down

0 comments on commit 93a4964

Please sign in to comment.