about summary refs log tree commit diff stats
path: root/subx/031check_operands.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-08-09 21:35:04 -0700
committerKartik Agaram <vc@akkartik.com>2018-08-09 21:46:12 -0700
commit90b01a1b277f457914c1a5757ecfde3af4591ab0 (patch)
tree5e6a72ac63b7dcdc4c2d689e6dff3a51802888a9 /subx/031check_operands.cc
parentf2889b002ab36e13ac5771cf33635ec35cfc3b34 (diff)
downloadmu-90b01a1b277f457914c1a5757ecfde3af4591ab0.tar.gz
4499
More tweaks for check passes. Ensure they're never first-class
transforms.
Diffstat (limited to 'subx/031check_operands.cc')
-rw-r--r--subx/031check_operands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/031check_operands.cc b/subx/031check_operands.cc
index 882a91db..73a6e3d3 100644
--- a/subx/031check_operands.cc
+++ b/subx/031check_operands.cc
@@ -10,7 +10,7 @@
   cd                                                                                                                                                # int ??
 +error: 'cd' (software interrupt): missing imm8 operand
 
-:(after "Pack Operands")
+:(before "Pack Operands(segment code)")
 check_operands(code);
 if (trace_contains_errors()) return;