Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Daniella 2022-03-16 00:45:37 +01:00
commit a14e4dd66e

View file

@ -797,10 +797,8 @@ public class ISBPL {
catch (InterruptedException e) { catch (InterruptedException e) {
e.printStackTrace(); e.printStackTrace();
} }
stack.push(new ISBPLObject(getType("int"), debugger.port));
} }
else stack.push(new ISBPLObject(getType("int"), debugger.port));
stack.push(new ISBPLObject(getType("int"), 0));
}; };
break; break;
case "_getvars": case "_getvars":