mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 10:02:32 +03:00
Merge branch 'master' of https://github.com/urbit/urbit
This commit is contained in:
commit
d6f71b88ad
3
v/loop.c
3
v/loop.c
@ -341,8 +341,8 @@ _lo_soft(u2_reck* rec_u, c3_w sec_w, u2_funk fun_f, u2_noun arg)
|
||||
u2z(arg);
|
||||
|
||||
tax = u2_rl_take(u2_Wire, tax);
|
||||
mok = u2_dc("mook", 2, tax);
|
||||
u2_wire_tax(u2_Wire) = u2_nul;
|
||||
mok = u2_dc("mook", 2, tax);
|
||||
|
||||
// other ugly disgusting cleanups
|
||||
{
|
||||
@ -364,6 +364,7 @@ _lo_soft(u2_reck* rec_u, c3_w sec_w, u2_funk fun_f, u2_noun arg)
|
||||
}
|
||||
rop = u2nc(pre, u2k(u2t(mok)));
|
||||
u2z(mok);
|
||||
fprintf(stderr, "error computed\r\n");
|
||||
return rop;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user