sh4/driver: don't log on div32 missmatch
This commit is contained in:
parent
b1108d15d0
commit
3b1c38ad55
|
@ -657,7 +657,7 @@ u32 MatchDiv32(u32 pc , Sh4RegType ®1,Sh4RegType ®2 , Sh4RegType ®3)
|
|||
}
|
||||
else
|
||||
{
|
||||
printf("%s\n",OpDesc[opcode]->diss);
|
||||
//printf("DIV MATCH BROKEN BY: %s\n",OpDesc[opcode]->diss);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue