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) {
e.printStackTrace();
}
stack.push(new ISBPLObject(getType("int"), debugger.port));
}
else
stack.push(new ISBPLObject(getType("int"), 0));
stack.push(new ISBPLObject(getType("int"), debugger.port));
};
break;
case "_getvars":