Explorar el Código

Merge branch 'master' into v2.1

Mike Pall hace 3 años
padre
commit
c4fe76d50c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;