mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Move raddbg string stuff to a thread-safe queue
This commit is contained in:
@@ -240,6 +240,7 @@ struct lbGenerator : LinkerData {
|
||||
MPSCQueue<lbEntityCorrection> entities_to_correct_linkage;
|
||||
MPSCQueue<lbObjCGlobal> objc_selectors;
|
||||
MPSCQueue<lbObjCGlobal> objc_classes;
|
||||
MPSCQueue<String> raddebug_section_strings;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user