@@ -1554,7 +1554,7 @@ static void fs_fixup_ret(FuncState *fs)
/* Replace with UCLO plus branch. */
fs->bcbase[pc].ins = BCINS_AD(BC_UCLO, 0, offset);
break;
- case BC_UCLO:
+ case BC_FNEW:
return; /* We're done. */
default: