Commit e12539f
committed
Corrected stack vs hart_stack_size assertion
For example:
4 cores, each with 1KB hart_stack_size, should be able to fit a stack
with a size of 4KB exactly. I.e 4 = (3 + 1) * 11 parent 025e42b commit e12539f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments