mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Begin work on implementing the new map internals
This commit is contained in:
@@ -160,7 +160,7 @@ struct lbModule {
|
||||
StringMap<lbAddr> objc_classes;
|
||||
StringMap<lbAddr> objc_selectors;
|
||||
|
||||
PtrMap<Type *, lbAddr> map_header_table_map;
|
||||
PtrMap<Type *, lbAddr> map_info_map;
|
||||
};
|
||||
|
||||
struct lbGenerator {
|
||||
|
||||
Reference in New Issue
Block a user