Add missing break statement.

This commit is contained in:
Tor Andersson
2019-03-29 19:40:44 +01:00
parent 52c22be9c4
commit 0c03f9c057

View File

@@ -1380,6 +1380,7 @@ static void jsR_run(js_State *J, js_Function *F)
b = js_delvar(J, VT[*pc++]);
js_pushboolean(J, b);
}
break;
case OP_GETVAR:
str = ST[*pc++];