Implement a few more little things

This commit is contained in:
Henrik Rydgard
2012-11-08 16:28:45 +01:00
parent caacaf6744
commit 259b169bbc
10 changed files with 88 additions and 22 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ Module *__KernelLoadELFFromPtr(const u8 *ptr, u32 loadAddress, std::string *erro
PspLibStubEntry *entry = (PspLibStubEntry *)Memory::GetPointer(modinfo->libstub);
int numSyms=0;
for (int m=0; m<numModules; m++)
for (int m = 0; m < numModules; m++)
{
const char *modulename = (const char*)Memory::GetPointer(entry[m].name);
u32 *nidDataPtr = (u32*)Memory::GetPointer(entry[m].nidData);