- Fixed sys_ppu_thread_exit.

- Disabled some dbg tools.
This commit is contained in:
DH 2013-08-17 19:23:03 +03:00
parent 0aff049960
commit 2f5fa75bb4
16 changed files with 152 additions and 113 deletions

View file

@ -382,7 +382,7 @@ bool ELF64Loader::LoadPhdrData(u64 offset)
mem32_t out_tbl(tbl + i*8);
out_tbl += dst + i*section;
out_tbl += nid;
out_tbl += GetFuncNumById(nid);
mem32_t out_dst(dst + i*section);
out_dst += OR(11, 2, 2, 0);