32x drc functional on ARM, random adjustments
[picodrive.git] / cpu / drc / emit_x86.c
index e45d336..9ccc9e2 100644 (file)
@@ -1,12 +1,5 @@
 #include <stdarg.h>
 
-#if (DRC_DEBUG & 1)
-#define COUNT_OP \
-       host_insn_count++
-#else
-#define COUNT_OP
-#endif
-
 enum { xAX = 0, xCX, xDX, xBX, xSP, xBP, xSI, xDI };
 
 #define CONTEXT_REG xBP