jets: use appropriate macro

This commit is contained in:
Philip Monk 2020-06-24 17:11:46 -07:00
parent 361e41e78d
commit f9d02263ee
No known key found for this signature in database
GPG Key ID: B66E1F02604E44EC

View File

@ -32,10 +32,7 @@ u3qe_jam(u3_atom a)
u3a_print_memory(stderr, "memoization cache", mem_w);
u3h_root* har_u = u3to(u3h_root, u3R->cax.har_p);
u3l_log("memoization entries: %d\r\n", har_u->use_w);
c3_w diff = (u3R->hat_p < u3R->cap_p) ?
(u3R->cap_p - u3R->hat_p) :
(u3R->hat_p - u3R->cap_p);
u3a_print_memory(stderr, "unused free", diff);
u3a_print_memory(stderr, "unused free", u3a_open(u3R));
return tot_w;
}
#endif