From 80890e2a8b9e0c41578fd07c15e21c8377e2b1af Mon Sep 17 00:00:00 2001 From: exegete Date: Sat, 17 Oct 2020 17:57:40 +0300 Subject: print_stack fix --- common/print.sts | 1 + test.sts | 1 + 2 files changed, 2 insertions(+) diff --git a/common/print.sts b/common/print.sts index 9517307..16973c2 100644 --- a/common/print.sts +++ b/common/print.sts @@ -27,4 +27,5 @@ defword print_stack 1 - od drop + drop exit diff --git a/test.sts b/test.sts index 896400e..be21ac0 100644 --- a/test.sts +++ b/test.sts @@ -20,6 +20,7 @@ float_istore float_div float_istore 7 print_stack +7 print_stack sys_exit module ia32/elf/end.sts -- cgit v1.2.3