Skip to content

Commit

Permalink
[tests/intrinsic] set heap size to 2048
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin authored and cyyself committed Feb 24, 2024
1 parent d59e8c3 commit 52adc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/intrinsic/main.S
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exit:
.p2align 2

heap_start:
.zero 1073741824
.zero 2048

heap_end:
stack_start:
Expand Down

0 comments on commit 52adc1a

Please sign in to comment.