about summary refs log tree commit diff stats
path: root/subx/034labels.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-08-04 15:54:51 -0700
committerKartik Agaram <vc@akkartik.com>2018-08-04 15:54:51 -0700
commit55b4627de1fcdd5f139994759d0929515204b6d8 (patch)
tree6b4f2d70134134dd187b9a1f17c51ca179ea2b0f /subx/034labels.cc
parenta2001d15a1a6a5a726dbe6b2b88d3f72d5d5e391 (diff)
downloadmu-55b4627de1fcdd5f139994759d0929515204b6d8.tar.gz
4473
Better organize registration of transforms in main().
Diffstat (limited to 'subx/034labels.cc')
-rw-r--r--subx/034labels.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/034labels.cc b/subx/034labels.cc
index 78190c6d..1bbf9b5b 100644
--- a/subx/034labels.cc
+++ b/subx/034labels.cc
@@ -11,7 +11,7 @@ loop:
             05                                                                                                                              0x0d0c0b0a/imm32  # add to EAX
 +transform: label 'loop' is at address 1
 
-:(before "End One-time Setup")
+:(before "End Transforms")
 Transform.push_back(rewrite_labels);
 
 :(code)