From 1c2d788b454670bf8fa1cb65c6251a8ff6ddcaf7 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 19 Jun 2017 11:29:20 -0700 Subject: 3927 --- html/010vm.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/010vm.cc.html') diff --git a/html/010vm.cc.html b/html/010vm.cc.html index 6981068a..f63823e7 100644 --- a/html/010vm.cc.html +++ b/html/010vm.cc.html @@ -211,7 +211,7 @@ if ('onhashchange' in window) { 147 // End Mu Types Initialization 148 } 149 void teardown_types() { -150 for (map<type_ordinal, type_info>::iterator p = Type.begin(); p != Type.end(); ++p) { +150 for (map<type_ordinal, type_info>::iterator p = Type.begin(); p != Type.end(); ++p) { 151 ¦ for (int i = 0; i < SIZE(p->second.elements); ++i) 152 ¦ ¦ p->second.elements.clear(); 153 } @@ -647,7 +647,7 @@ if ('onhashchange' in window) { 583 } 584 585 void dump_memory() { -586 for (map<int, double>::iterator p = Memory.begin(); p != Memory.end(); ++p) { +586 for (map<int, double>::iterator p = Memory.begin(); p != Memory.end(); ++p) { 587 ¦ cout << p->first << ": " << no_scientific(p->second) << '\n'; 588 } 589 } -- cgit 1.4.1-2-gfad0