summaryrefslogtreecommitdiff
path: root/target-cris
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>2009-06-23 10:27:00 +0200
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2009-06-23 10:27:00 +0200
commit913bbbca4eac9fc9ed927e2b2da184850f32ff52 (patch)
treefcef680fc2ea4b2466dce5bb076f8addb1c19238 /target-cris
parentf8e2af11d9aa402fedec9a604b0e952c02601889 (diff)
downloadqemu-913bbbca4eac9fc9ed927e2b2da184850f32ff52.tar.gz
cris: Remove unused internal flag.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'target-cris')
-rw-r--r--target-cris/cpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/target-cris/cpu.h b/target-cris/cpu.h
index ec8feb04aa..7c4e2576d9 100644
--- a/target-cris/cpu.h
+++ b/target-cris/cpu.h
@@ -93,9 +93,6 @@
#define CC_A 14
#define CC_P 15
-/* Internal flags for the implementation. */
-#define F_DELAYSLOT 1
-
#define NB_MMU_MODES 2
typedef struct CPUCRISState {