fix refcounting bug in do_bump

This commit is contained in:
Paul Driver 2018-02-18 14:11:44 -08:00
parent b95a663b59
commit dc09b2cf70

View File

@ -1455,9 +1455,7 @@ _n_burn(c3_y* pog, u3_noun bus, c3_ys mov, c3_ys off)
do_bump:
top = _n_peek(off);
o = *top;
*top = u3i_vint(o);
u3z(o);
*top = u3i_vint(*top);
BURN();
do_sam1: