fix _enable_debug
This commit is contained in:
parent
93374fbf2e
commit
645d1bd918
1 changed files with 2 additions and 1 deletions
|
@ -776,7 +776,8 @@ public class ISBPL {
|
|||
}
|
||||
stack.push(new ISBPLObject(getType("int"), debugger.port));
|
||||
}
|
||||
stack.push(new ISBPLObject(getType("int"), 0));
|
||||
else
|
||||
stack.push(new ISBPLObject(getType("int"), 0));
|
||||
};
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue