📝 delete unnecessary code & change test file.

This commit is contained in:
ValKmjolnir
2022-07-31 19:26:13 +08:00
parent 068743aa4c
commit 04a45064c8
6 changed files with 216 additions and 256 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ void nasal_dbg::opcallsort(const u64* arr)
std::clog<<"\n ...";
break;
}
std::clog<<"\n "<<code_table[i.first].name
std::clog<<"\n "<<code_table[i.first]
<<" : "<<i.second<<" ("<<rate<<"%)";
}
std::clog<<"\n total : "<<total<<'\n';