On 1/23/20 9:52 AM, Jonathan Behrens wrote: > + if (!(env->priv >= PRV_S) ||
For integers, !(x >= y) is a poor way to write x < y. r~
On 1/23/20 9:52 AM, Jonathan Behrens wrote: > + if (!(env->priv >= PRV_S) ||
For integers, !(x >= y) is a poor way to write x < y. r~