forked from xxq250/Nasal-Interpreter
📝 delete unnecessary code & change test file.
This commit is contained in:
+1
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user