Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
a14e4dd66e
1 changed files with 1 additions and 3 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue