Clear module text and bss on unload.
Text is set to break instructions, data/bss to -1. Matches results on a PSP.
This commit is contained in:
parent
ede29179c6
commit
292a9ea567
3 changed files with 16 additions and 4 deletions
|
@ -1153,7 +1153,7 @@ void __KernelThreadingInit()
|
|||
MIPS_MAKE_JR_RA(),
|
||||
//MIPS_MAKE_SYSCALL("ThreadManForUser", "sceKernelDelayThread"),
|
||||
MIPS_MAKE_SYSCALL("FakeSysCalls", "_sceKernelIdle"),
|
||||
MIPS_MAKE_BREAK(),
|
||||
MIPS_MAKE_BREAK(0),
|
||||
};
|
||||
|
||||
// If you add another func here, don't forget __KernelThreadingDoState() below.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue