about summary refs log tree commit diff stats
path: root/subx/030check_operands.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/030check_operands.cc')
-rw-r--r--subx/030check_operands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/030check_operands.cc b/subx/030check_operands.cc
index 2b253ab6..0a233272 100644
--- a/subx/030check_operands.cc
+++ b/subx/030check_operands.cc
@@ -58,7 +58,7 @@ cerr << "  instructions\n";
   cd                                                                                                                                                # int ??
 +error: 'cd' (software interrupt): missing imm8 operand
 
-:(before "End One-time Setup")
+:(before "End Transforms")
 Transform.push_back(check_operands);
 
 :(code)