From 645d1bd9183e6cbdf6a99c19bc2c2c0aaf7a297c Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 7 Mar 2022 15:19:38 +0100 Subject: [PATCH] fix _enable_debug --- bootstrap/ISBPL.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap/ISBPL.java b/bootstrap/ISBPL.java index 53be020..68d54eb 100644 --- a/bootstrap/ISBPL.java +++ b/bootstrap/ISBPL.java @@ -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; }