diff options
author | Peter Crosthwaite <crosthwaitepeter@gmail.com> | 2015-04-26 12:10:22 -0700 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-04-30 16:05:48 +0300 |
commit | 004f979fbb83397349c9158946ec5d4f0036632b (patch) | |
tree | 3b32876736f5b840102ea375af31471b1c666522 /target-microblaze | |
parent | b133b09a9d8ae280bba279a1aba9af73a805e198 (diff) | |
download | qemu-004f979fbb83397349c9158946ec5d4f0036632b.zip |
microblaze: cpu: Remove unused CC_OP enum
This enum is not used by anything. Remove.
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'target-microblaze')
-rw-r--r-- | target-microblaze/cpu.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target-microblaze/cpu.h b/target-microblaze/cpu.h index 2c18b49dff..f21da2f205 100644 --- a/target-microblaze/cpu.h +++ b/target-microblaze/cpu.h @@ -284,12 +284,6 @@ int cpu_mb_exec(CPUMBState *s); int cpu_mb_signal_handler(int host_signum, void *pinfo, void *puc); -enum { - CC_OP_DYNAMIC, /* Use env->cc_op */ - CC_OP_FLAGS, - CC_OP_CMP, -}; - /* FIXME: MB uses variable pages down to 1K but linux only uses 4k. */ #define TARGET_PAGE_BITS 12 #define MMAP_SHIFT TARGET_PAGE_BITS |