about summary refs log tree commit diff stats
path: root/subx/032pack_operands.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/032pack_operands.cc
parenta2001d15a1a6a5a726dbe6b2b88d3f72d5d5e391 (diff)
downloadmu-55b4627de1fcdd5f139994759d0929515204b6d8.tar.gz
4473
Better organize registration of transforms in main().
Diffstat (limited to 'subx/032pack_operands.cc')
-rw-r--r--subx/032pack_operands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/032pack_operands.cc b/subx/032pack_operands.cc
index f8effd16..675d38fc 100644
--- a/subx/032pack_operands.cc
+++ b/subx/032pack_operands.cc
@@ -41,7 +41,7 @@ b9 0x080490a7/imm32  # copy to ECX
 +transform: packing instruction 'b9 0x080490a7/imm32'
 +transform: instruction after packing: 'b9 a7 90 04 08'
 
-:(before "End One-time Setup")
+:(before "End Transforms")
 Transform.push_back(pack_operands);
 
 :(code)