Przeglądaj źródła

Merge branch 'master' into v2.1

Mike Pall 3 lat temu
rodzic
commit
c4fe76d50c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/lj_parse.c

+ 1 - 1
src/lj_parse.c

@@ -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:
 	break;