diff options
author | Aurelien Jarno | 2015-05-25 01:28:56 +0200 |
---|---|---|
committer | Aurelien Jarno | 2015-06-12 12:02:48 +0200 |
commit | d218b28d28b8f4de297bfd35c082b22f153cf0df (patch) | |
tree | 7b0baeb15da3ec076d46a547ba9535ca4901742b /target-sh4 | |
parent | target-sh4: factorize fmov implementation (diff) | |
download | qemu-d218b28d28b8f4de297bfd35c082b22f153cf0df.tar.gz qemu-d218b28d28b8f4de297bfd35c082b22f153cf0df.tar.xz qemu-d218b28d28b8f4de297bfd35c082b22f153cf0df.zip |
target-sh4: remove dead code
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'target-sh4')
-rw-r--r-- | target-sh4/translate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-sh4/translate.c b/target-sh4/translate.c index e8b9217cc7..28259f9e14 100644 --- a/target-sh4/translate.c +++ b/target-sh4/translate.c @@ -18,7 +18,6 @@ */ #define DEBUG_DISAS -//#define SH4_SINGLE_STEP #include "cpu.h" #include "disas/disas.h" |