diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-04-15 17:27:07 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-04-15 17:27:07 +0000 |
commit | fff739ccd55a5fd2a15f51fedbad3debc1c8cd4a (patch) | |
tree | 66d0b8f8136987bf20da70369ef7e57268dd4b39 /target-mips | |
parent | bc687ec92249437eac5997de881e130d28736b0a (diff) | |
download | qemu-fff739ccd55a5fd2a15f51fedbad3debc1c8cd4a.tar.gz qemu-fff739ccd55a5fd2a15f51fedbad3debc1c8cd4a.tar.bz2 qemu-fff739ccd55a5fd2a15f51fedbad3debc1c8cd4a.zip |
Delete unused define.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2671 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips')
-rw-r--r-- | target-mips/op_helper.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c index 258744aabc..576787d3f4 100644 --- a/target-mips/op_helper.c +++ b/target-mips/op_helper.c @@ -20,8 +20,6 @@ #include <stdlib.h> #include "exec.h" -#define MIPS_DEBUG_DISAS - #define GETPC() (__builtin_return_address(0)) /*****************************************************************************/ |