sh4/driver: don't log on div32 missmatch

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2015-03-22 01:26:43 +01:00
parent b1108d15d0
commit 3b1c38ad55
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ u32 MatchDiv32(u32 pc , Sh4RegType &reg1,Sh4RegType &reg2 , Sh4RegType &reg3)
} }
else else
{ {
printf("%s\n",OpDesc[opcode]->diss); //printf("DIV MATCH BROKEN BY: %s\n",OpDesc[opcode]->diss);
break; break;
} }