Browse Source

CRIS: Remove duplicated flag defines.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
stable-0.11
Edgar E. Iglesias 17 years ago
parent
commit
4548eaea13
  1. 2
      target-cris/cpu.h

2
target-cris/cpu.h

@ -67,8 +67,6 @@
#define R_FLAG 0x100
#define P_FLAG 0x80
#define U_FLAG 0x40
#define P_FLAG 0x80
#define U_FLAG 0x40
#define I_FLAG 0x20
#define X_FLAG 0x10
#define N_FLAG 0x08

Loading…
Cancel
Save