about summary refs log tree commit diff stats
path: root/subx/050_write.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/050_write.subx')
-rw-r--r--subx/050_write.subx1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/050_write.subx b/subx/050_write.subx
index a82931db..5b8b4d4f 100644
--- a/subx/050_write.subx
+++ b/subx/050_write.subx
@@ -32,6 +32,7 @@ _write:  # fd : int, s : (address array byte) -> <void>
     # . syscall
     b8/copy-to-EAX  4/imm32/write
     cd/syscall  0x80/imm8
+$_write:end:
     # . restore registers
     5b/pop-to-EBX
     5a/pop-to-EDX