Update symbol list of disassembly window when loadexec.

This commit is contained in:
shenweip
2020-09-12 19:45:25 +08:00
parent 6c9b9b54b7
commit fbea8f438d
9 changed files with 19 additions and 0 deletions
+2
View File
@@ -1743,6 +1743,8 @@ bool __KernelLoadExec(const char *filename, u32 paramPtr, std::string *error_str
return false;
}
host->NotifySymbolMapUpdated();
mipsr4k.pc = module->nm.entry_addr;
INFO_LOG(LOADER, "Module entry: %08x", mipsr4k.pc);