From 805d58c6aeeeba3e4989c0eed6781b3861e8fae0 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 25 Jan 2018 22:39:31 -0800 Subject: 4199 --- html/013update_operation.cc.html | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'html/013update_operation.cc.html') diff --git a/html/013update_operation.cc.html b/html/013update_operation.cc.html index 5eea5199..cfdba20f 100644 --- a/html/013update_operation.cc.html +++ b/html/013update_operation.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.CommentedCode { color: #6c6c6c; } .traceContains { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } -.muRecipe { color: #ff8700; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.CommentedCode { color: #6c6c6c; } .cSpecial { color: #008000; } -.Special { color: #c00000; } --> @@ -74,14 +73,14 @@ if ('onhashchange' in window) { 10 recipe& caller = get(Recipe, r); 11 //? cerr << "--- compute instruction operations for recipe " << caller.name << '\n'; 12 for (int index = 0; index < SIZE(caller.steps); ++index) { -13 ¦ instruction& inst = caller.steps.at(index); -14 ¦ if (inst.is_label) continue; -15 ¦ if (!contains_key(Recipe_ordinal, inst.name)) { -16 ¦ ¦ raise << maybe(caller.name) << "instruction '" << inst.name << "' has no recipe in '" << to_original_string(inst) << "'\n" << end(); -17 ¦ ¦ continue; -18 ¦ } -19 ¦ inst.operation = get(Recipe_ordinal, inst.name); -20 ¦ // End Instruction Operation Checks +13 instruction& inst = caller.steps.at(index); +14 if (inst.is_label) continue; +15 if (!contains_key(Recipe_ordinal, inst.name)) { +16 raise << maybe(caller.name) << "instruction '" << inst.name << "' has no recipe in '" << to_original_string(inst) << "'\n" << end(); +17 continue; +18 } +19 inst.operation = get(Recipe_ordinal, inst.name); +20 // End Instruction Operation Checks 21 } 22 } 23 -- cgit 1.4.1-2-gfad0