From e81da299fb49bd79cd460d477ec0bb673035620a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 20 Jul 2016 18:05:56 -0700 Subject: 3117 --- html/020run.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/020run.cc.html') diff --git a/html/020run.cc.html b/html/020run.cc.html index 1a8359bd..6674be65 100644 --- a/html/020run.cc.html +++ b/html/020run.cc.html @@ -317,7 +317,7 @@ vector<double> read_memory// End Preprocess write_memory(x, data) if (x.value == 0) return; if (size_mismatch(x, data)) { - raise << maybe(current_recipe_name()) << "size mismatch in storing to '" << x.original_string << "' (" << size_of(x.type) << " vs " << SIZE(data) << ") at '" << to_original_string(current_instruction()) << "'\n" << end(); + raise << maybe(current_recipe_name()) << "size mismatch in storing to '" << x.original_string << "' (" << size_of(x) << " vs " << SIZE(data) << ") at '" << to_original_string(current_instruction()) << "'\n" << end(); return; } // End write_memory(x) Special-cases -- cgit 1.4.1-2-gfad0