Commit 913bbbca4eac9fc9ed927e2b2da184850f32ff52
1 parent
f8e2af11
cris: Remove unused internal flag.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Showing
1 changed file
with
0 additions
and
3 deletions
target-cris/cpu.h
| @@ -93,9 +93,6 @@ | @@ -93,9 +93,6 @@ | ||
| 93 | #define CC_A 14 | 93 | #define CC_A 14 |
| 94 | #define CC_P 15 | 94 | #define CC_P 15 |
| 95 | 95 | ||
| 96 | -/* Internal flags for the implementation. */ | ||
| 97 | -#define F_DELAYSLOT 1 | ||
| 98 | - | ||
| 99 | #define NB_MMU_MODES 2 | 96 | #define NB_MMU_MODES 2 |
| 100 | 97 | ||
| 101 | typedef struct CPUCRISState { | 98 | typedef struct CPUCRISState { |