mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
serf: fix incorrect conditional (integer precision) in event tracing
This commit is contained in:
parent
39667fc071
commit
d154d03e6f
@ -572,7 +572,7 @@ _serf_work(u3_serf* sef_u, c3_w mil_w, u3_noun job)
|
||||
u3_noun
|
||||
u3_serf_work(u3_serf* sef_u, c3_w mil_w, u3_noun job)
|
||||
{
|
||||
c3_t tac_t = ( u3C.wag_w & u3o_trace );
|
||||
c3_t tac_t = !!( u3C.wag_w & u3o_trace );
|
||||
c3_c lab_c[2056];
|
||||
u3_noun pro;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user