FLAGS_FINUP
bool final = (ctx->flags & BIT(FLAGS_FINUP)) &&
bool final = (ctx->flags & BIT(FLAGS_FINUP)) &&
ctx->flags |= BIT(FLAGS_FINUP);
ctx->flags |= BIT(FLAGS_FINUP);
bool final = rctx->flags & BIT(FLAGS_FINUP);