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.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/050_write.subx b/subx/050_write.subx
index 803c2f14..a058a529 100644
--- a/subx/050_write.subx
+++ b/subx/050_write.subx
@@ -38,7 +38,7 @@ _write:  # fd : int, s : (address array byte) -> <void>
   5a/pop-to-EDX
   59/pop-to-ECX
   58/pop-to-EAX
-  # end
+  # epilog
   89/copy                         3/mod/direct    4/rm32/ESP    .           .             .           5/r32/EBP   .               .                 # copy EBP to ESP
   5d/pop-to-EBP
   c3/return