📝 change makefile and update output format of --opcnt and --detail

This commit is contained in:
ValKmjolnir
2022-07-06 11:57:40 +08:00
parent 82b33ffe4a
commit a04ed2a4aa
5 changed files with 52 additions and 32 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
#include <fstream>
#include <cstring>
class file_line
class fstreamline
{
protected:
std::string file;
@@ -40,7 +40,7 @@ public:
size_t size(){return res.size();}
};
class nasal_err:public file_line
class nasal_err:public fstreamline
{
private:
uint32_t error;