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) {
|
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":
|
||||||
|
|
Loading…
Reference in a new issue