Commit 4548eaea135af6c0570dc220813dab8a017c9ea2

Authored by Edgar E. Iglesias
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 67 #define R_FLAG 0x100
68 68 #define P_FLAG 0x80
69 69 #define U_FLAG 0x40
70   -#define P_FLAG 0x80
71   -#define U_FLAG 0x40
72 70 #define I_FLAG 0x20
73 71 #define X_FLAG 0x10
74 72 #define N_FLAG 0x08
... ...