mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
misc debugger improvements - hle:d code can be read in disasm window, memview can show floating point values, a crash fix, the locked cache now shows up in memview, some disasm bugfixes (frsp)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1970 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
8
Externals/Bochs_disasm/PowerPCDisasm.cpp
vendored
8
Externals/Bochs_disasm/PowerPCDisasm.cpp
vendored
@ -2086,7 +2086,7 @@ typedef unsigned int ppc_word;
|
||||
break;
|
||||
|
||||
case 20:
|
||||
fdabc(dp,in,"rsqrte",3,0);
|
||||
fdabc(dp,in,"rsqrte",1,0);
|
||||
break;
|
||||
|
||||
case 24:
|
||||
@ -2121,15 +2121,15 @@ typedef unsigned int ppc_word;
|
||||
break;
|
||||
|
||||
case 12:
|
||||
fdabc(dp,in,"rsp",10,0);
|
||||
fdabc(dp,in,"rsp",1,0); // 10
|
||||
break;
|
||||
|
||||
case 14:
|
||||
fdabc(dp,in,"ctiw",10,0);
|
||||
fdabc(dp,in,"ctiw",1,0); // 10
|
||||
break;
|
||||
|
||||
case 15:
|
||||
fdabc(dp,in,"ctiwz",10,0);
|
||||
fdabc(dp,in,"ctiwz",1,0); // 10
|
||||
break;
|
||||
|
||||
case 32:
|
||||
|
Reference in New Issue
Block a user