mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 11:51:32 +03:00
fix refcounting bug in do_bump
This commit is contained in:
parent
b95a663b59
commit
dc09b2cf70
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user