Skip to content

Commit c4fe76d

Browse files
author
Mike Pall
committed
Merge branch 'master' into v2.1
2 parents 8b8304f + 93a65d3 commit c4fe76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lj_parse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1554,7 +1554,7 @@ static void fs_fixup_ret(FuncState *fs)
15541554
/* Replace with UCLO plus branch. */
15551555
fs->bcbase[pc].ins = BCINS_AD(BC_UCLO, 0, offset);
15561556
break;
1557-
case BC_UCLO:
1557+
case BC_FNEW:
15581558
return; /* We're done. */
15591559
default:
15601560
break;

0 commit comments

Comments
 (0)