Commit 4548eaea135af6c0570dc220813dab8a017c9ea2
1 parent
4b0c7aa3
CRIS: Remove duplicated flag defines.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Showing
1 changed file
with
0 additions
and
2 deletions
target-cris/cpu.h
@@ -67,8 +67,6 @@ | @@ -67,8 +67,6 @@ | ||
67 | #define R_FLAG 0x100 | 67 | #define R_FLAG 0x100 |
68 | #define P_FLAG 0x80 | 68 | #define P_FLAG 0x80 |
69 | #define U_FLAG 0x40 | 69 | #define U_FLAG 0x40 |
70 | -#define P_FLAG 0x80 | ||
71 | -#define U_FLAG 0x40 | ||
72 | #define I_FLAG 0x20 | 70 | #define I_FLAG 0x20 |
73 | #define X_FLAG 0x10 | 71 | #define X_FLAG 0x10 |
74 | #define N_FLAG 0x08 | 72 | #define N_FLAG 0x08 |