more ppcdisasm bugfixes

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1543 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2008-12-14 23:15:57 +00:00
parent b0f17043bd
commit 31ef2be0e0
1 changed files with 4 additions and 4 deletions

View File

@ -2062,15 +2062,15 @@ typedef unsigned int ppc_word;
if (in & 32) {
switch (in & 0x1e) {
case 4:
fdabc(dp,in,"div",6,0);
fdabc(dp,in,"div",5,0);
break;
case 8:
fdabc(dp,in,"sub",6,0);
fdabc(dp,in,"sub",5,0);
break;
case 10:
fdabc(dp,in,"add",6,0);
fdabc(dp,in,"add",5,0);
break;
case 12:
@ -2082,7 +2082,7 @@ typedef unsigned int ppc_word;
break;
case 18:
fdabc(dp,in,"mul",5,0);
fdabc(dp,in,"mul",6,0);
break;
case 20: