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:
hrydgard
2009-01-21 11:44:36 +00:00
parent 852c35f705
commit 620bf888e7
7 changed files with 55 additions and 119 deletions

View File

@ -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: