Fix BC_UCLO insertion for returns.

Contributed by XmiliaH.
master
Mike Pall 2022-03-13 18:32:32 +01:00
parent 62339a614f
commit 93a65d3cc2
1 changed files with 1 additions and 1 deletions

View File

@ -1570,7 +1570,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;