about summary refs log tree commit diff stats
path: root/subx/apps/handle.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/apps/handle.subx')
-rw-r--r--subx/apps/handle.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/handle.subx b/subx/apps/handle.subx
index 39bbf501..f64d8ee1 100644
--- a/subx/apps/handle.subx
+++ b/subx/apps/handle.subx
@@ -231,7 +231,7 @@ lookup:  # h : (handle T) -> EAX : (address T)
 $lookup:abort:
     # . _write(2/stderr, msg)
     # . . push args
-    68/push  "lookup failed"/imm32
+    68/push  "lookup failed\n"/imm32
     68/push  2/imm32/stderr
     # . . call
     e8/call  _write/disp32