fine, fix

This commit is contained in:
lizzie 2026-04-26 10:23:15 +00:00
parent 6ed421a6c3
commit 1ae43b8203

View file

@ -40,11 +40,10 @@ std::string DemangleSymbol(const std::string&& mangled) {
std::free(p);
return ret;
}
#else
#endif
}
return mangled;
}
return std::string{};
}
#endif
} // namespace Common