From db1f56c8449d2ea3d158753fe37bac5a750a2566 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 29 Nov 2015 14:18:52 -0800 Subject: 2611 --- html/041jump_target.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/041jump_target.cc.html') diff --git a/html/041jump_target.cc.html b/html/041jump_target.cc.html index e85829db..341cf3c2 100644 --- a/html/041jump_target.cc.html +++ b/html/041jump_target.cc.html @@ -52,7 +52,7 @@ recipe main [ :(before "End Mu Types Initialization") put(Type_ordinal, "label", 0); -:(before "Transform.push_back(transform_braces)") +:(before "End Instruction Modifying Transforms") Transform.push_back(transform_labels); // idempotent :(code) -- cgit 1.4.1-2-gfad0 com>
about summary refs log blame commit diff stats
path: root/mu-init.subx
blob: 74d90b7a9c7bde0d436a5c4c2d39585f396d94fb (plain) (tree)
1
2
3
4
5
6
7
8