📝 delete useless report info

This commit is contained in:
ValKmjolnir
2024-06-14 00:35:20 +08:00
parent ce204352c6
commit 671b1ef212
2 changed files with 14 additions and 20 deletions

View File

@@ -100,9 +100,8 @@ void codestream::dump(std::ostream& out) const {
case op_loadl:
out << hex << "0x" << num << dec; break;
case op_callb:
out << hex << "0x" << num << " <" << natives[num].name
<< "@0x" << reinterpret_cast<u64>(natives[num].func)
<< dec << ">"; break;
out << hex << "0x" << num << dec << " ["
<< natives[num].name << "]"; break;
case op_upval:
case op_mupval:
case op_loadu: