Print only actually used labels.

This commit is contained in:
Skyth
2024-09-26 10:44:16 +03:00
parent 70497754d9
commit 261e8c1d60
4 changed files with 30 additions and 6 deletions

View File

@@ -41,8 +41,6 @@ struct Recompiler
std::unordered_map<size_t, SwitchTable> switchTables;
std::string out;
size_t cppFileIndex = 0;
std::vector<uint8_t> temp;
std::string tempString;
uint32_t setJmpAddress = 0;
uint32_t longJmpAddress = 0;
RecompilerConfig config;