mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
Print only actually used labels.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user