about summary refs log tree commit diff stats
path: root/021check_instruction.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-04 20:41:36 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-04 23:35:21 -0800
commit5a4810855d34ce74b787d70383a712eef9e053f4 (patch)
treecefe72d37575c64d31bbdee2009f619b4cc4fc6b /021check_instruction.cc
parent18c57d32aec20e47ea7827460c0628ed218ef333 (diff)
downloadmu-5a4810855d34ce74b787d70383a712eef9e053f4.tar.gz
2358 - starting to tackle the phase ordering problem
A new externality is starting to make its presence felt.

Until I sort this out it's going to be hard to finish making duplex-list
generic.
Diffstat (limited to '021check_instruction.cc')
-rw-r--r--021check_instruction.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/021check_instruction.cc b/021check_instruction.cc
index 0ceba623..d0efd2a2 100644
--- a/021check_instruction.cc
+++ b/021check_instruction.cc
@@ -9,7 +9,7 @@
 //: transform it in a separate layer or set of layers.
 
 :(after "Transform.push_back(update_instruction_operations)")
-  Transform.push_back(check_instruction);
+Transform.push_back(check_instruction);
 
 :(code)
 void check_instruction(const recipe_ordinal r) {