make this work ```c++ while (eval(ctrl_reg.status != ctrl_reg::status_e::FREE or ctrl_reg.error)) { // ... } ```
make this work