mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
ARMv7: stubs for other modules, loader improved
This commit is contained in:
parent
1fa301b719
commit
62c8f2ac34
66 changed files with 2616 additions and 59 deletions
|
|
@ -423,6 +423,7 @@ namespace loader
|
|||
|
||||
case 0x00000007: //TLS
|
||||
Emu.SetTLSData(phdr.p_vaddr.addr(), phdr.p_filesz.value(), phdr.p_memsz.value());
|
||||
LOG_ERROR(LOADER, "TLS: addr=0x%x, filesz=0x%x, memsz=0x%x", Emu.GetTLSAddr(), Emu.GetTLSFilesz(), Emu.GetTLSMemsz());
|
||||
break;
|
||||
|
||||
case 0x60000001: //LOOS+1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue