From: Edgar E. Iglesias Date: Tue, 23 Jun 2009 08:27:00 +0000 (+0200) Subject: cris: Remove unused internal flag. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=913bbbca4eac9fc9ed927e2b2da184850f32ff52;p=qemu.git cris: Remove unused internal flag. Signed-off-by: Edgar E. Iglesias --- 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 {