Merge branch 'master' into v2.1

master
Mike Pall 2022-03-13 18:34:59 +01:00
commit c4fe76d50c
1 changed files with 1 additions and 1 deletions

View File

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