about summary refs log tree commit diff stats
path: root/apps/desugar.subx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/desugar.subx')
-rw-r--r--apps/desugar.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/desugar.subx b/apps/desugar.subx
index 6b602015..bcdf806d 100644
--- a/apps/desugar.subx
+++ b/apps/desugar.subx
@@ -292,7 +292,7 @@ $convert:end:
     c3/return
 
 # beware: modifies 'word'
-emit-direct-mode: # word : (address slice), out : (address buffered-file)
+emit-direct-mode:  # word : (address slice), out : (address buffered-file)
     # . prolog
     55/push-EBP
     89/copy                         3/mod/direct    5/rm32/EBP    .           .             .           4/r32/ESP   .               .                 # copy ESP to EBP
@@ -569,7 +569,7 @@ $parse-effective-address:end:
 #   if index is none and disp is 0, then mod = 0 and rm32 = base
 #   if index is none, then mod = 2 and rm32 = base and disp32 = disp
 #   if index is not none, then mod = 2 and rm32 = 4 and base = base and index = index and disp32 = disp
-emit-indirect-mode: # word : (address slice), out : (address buffered-file)
+emit-indirect-mode:  # word : (address slice), out : (address buffered-file)
     # . prolog
     55/push-EBP
     89/copy                         3/mod/direct    5/rm32/EBP    .           .             .           4/r32/ESP   .               .                 # copy ESP to EBP