about summary refs log tree commit diff stats
path: root/subx/055trace.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-16 23:16:05 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-16 23:27:38 -0700
commit8108f5b875c07e1f6c3f13a32a7bfe23e69715c4 (patch)
treee94a8b36fed91d467fd66b4e466b5204b698fa6b /subx/055trace.subx
parent7ea0b5325b5bb609f15a8b70b07cb0d6464c8414 (diff)
downloadmu-8108f5b875c07e1f6c3f13a32a7bfe23e69715c4.tar.gz
4705
Diffstat (limited to 'subx/055trace.subx')
-rw-r--r--subx/055trace.subx6
1 files changed, 3 insertions, 3 deletions
diff --git a/subx/055trace.subx b/subx/055trace.subx
index 00f09ed5..b9ab5e67 100644
--- a/subx/055trace.subx
+++ b/subx/055trace.subx
@@ -240,7 +240,7 @@ test-trace-single:
   e8/call  check-ints-equal/disp32
     # discard args
   81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               0xc/imm32         # add to ESP
-  # done
+  # end
   c3/return
 
 test-trace-appends:
@@ -278,7 +278,7 @@ test-trace-appends:
   e8/call  check-ints-equal/disp32
     # discard args
   81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               0xc/imm32         # add to ESP
-  # done
+  # end
   c3/return
 
 test-trace-empty-line:
@@ -308,7 +308,7 @@ test-trace-empty-line:
   e8/call  check-ints-equal/disp32
     # discard args
   81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               0xc/imm32         # add to ESP
-  # done
+  # end
   c3/return
 
 # vim:nowrap:textwidth=0