mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-22 16:22:59 -04:00
Misc cleanup
This commit is contained in:
@@ -44,7 +44,7 @@ extern "C" int search_partial_address(void* address, int* module_id, int* sectio
|
||||
if (address == NULL)
|
||||
return 0xFFFFFFFF;
|
||||
|
||||
OSModuleInfo* module = *(OSModuleInfo**)0x800030C8;
|
||||
OSModuleInfo* module = __OSModuleList.head;
|
||||
for (; module != NULL; module = (OSModuleInfo*)module->link.next) {
|
||||
u32 i, addr;
|
||||
OSSectionInfo* section = (OSSectionInfo*)module->sectionInfoOffset;
|
||||
|
||||
Reference in New Issue
Block a user