Closed Dentosal closed 4 months ago
Fixes two minor bugs in the memory implementation:
grow_stack
sp
MEM_SIZE
$hp
Fixes two minor bugs in the memory implementation:
grow_stack
was silently truncating thesp
toMEM_SIZE
even if it was above that$hp
would fail ownership check, even if they really should passChecklist
grow_stack
case is not tested, as it's not really reachable externally.Before requesting review