Skip to content

Commit

Permalink
Increase v env stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Mar 3, 2023
1 parent 982f93f commit 7283c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# define REGBYTES 4
#endif

#define STACK_TOP (_end + 4096)
#define STACK_TOP (_end + RISCV_PGSIZE * 4)

.section ".text.init","ax",@progbits
.globl _start
Expand Down

0 comments on commit 7283c38

Please sign in to comment.