From b44c232d9ada9e38b6608ac5b5ef95f99ccae43c Mon Sep 17 00:00:00 2001 From: TudbuT Date: Sun, 6 Mar 2022 18:47:59 +0100 Subject: [PATCH] fix dangling 0 value in stack in helloworldgen --- helloworldgen.isbpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworldgen.isbpl b/helloworldgen.isbpl index 9a72ee9..6764f34 100644 --- a/helloworldgen.isbpl +++ b/helloworldgen.isbpl @@ -15,7 +15,7 @@ func main { "testing\n" puts "helloworld.isbpl" include - main + main pop 0 }