@ -228,7 +228,7 @@ public:
inner += expr.value ? "true" : "false";
}
void operator()(ExprGprEqual const& expr) {
void operator()(const ExprGprEqual& expr) {
inner += "( gpr_" + std::to_string(expr.gpr) + " == " + std::to_string(expr.value) + ')';