Delete unused define.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 15 Apr 2007 17:27:07 +0000 (17:27 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 15 Apr 2007 17:27:07 +0000 (17:27 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2671 c046a42c-6fe2-441c-8c8c-71466251a162

target-mips/op_helper.c

index 258744a..576787d 100644 (file)
@@ -20,8 +20,6 @@
 #include <stdlib.h>
 #include "exec.h"
 
-#define MIPS_DEBUG_DISAS
-
 #define GETPC() (__builtin_return_address(0))
 
 /*****************************************************************************/