about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/030---operands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/030---operands.cc b/subx/030---operands.cc
index 3b3b286c..aa3f2ded 100644
--- a/subx/030---operands.cc
+++ b/subx/030---operands.cc
@@ -133,7 +133,7 @@ void init_operand_type_help() {
 
 //:: transform packing operands into bytes in the right order
 
-:(before "End Transforms")
+:(after "Begin Transforms")
 // Begin Level-2 Transforms
 Transform.push_back(pack_operands);
 // End Level-2 Transforms