From 3b1c38ad555a8fd3d8f7c0fc0c3e08882f4f5f0f Mon Sep 17 00:00:00 2001 From: Stefanos Kornilios Mitsis Poiitidis Date: Sun, 22 Mar 2015 01:26:43 +0100 Subject: [PATCH] sh4/driver: don't log on div32 missmatch --- core/hw/sh4/dyna/decoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hw/sh4/dyna/decoder.cpp b/core/hw/sh4/dyna/decoder.cpp index 69dd4dee9..2d8c276b4 100644 --- a/core/hw/sh4/dyna/decoder.cpp +++ b/core/hw/sh4/dyna/decoder.cpp @@ -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; }