Skip to content

Commit

Permalink
fix a copy-and-paste botch
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Apr 11, 2023
1 parent dc46b23 commit 21a2d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wat/many_stack.wat.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repeat(NUM1,`
;;; 4^6 + ... + 4^0
;;; = (4^(6+1)-1)/3
;;; = 5461
ifdef(`NUM2',,`define(`NUM2',16383)')
ifdef(`NUM2',,`define(`NUM2',5461)')
repeat(NUM2,`
call $add4')
)
Expand Down

0 comments on commit 21a2d53

Please sign in to comment.