From 4548eaea135af6c0570dc220813dab8a017c9ea2 Mon Sep 17 00:00:00 2001 From: "Edgar E. Iglesias" Date: Wed, 3 Jun 2009 22:48:05 +0200 Subject: CRIS: Remove duplicated flag defines. Signed-off-by: Edgar E. Iglesias --- target-cris/cpu.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/target-cris/cpu.h b/target-cris/cpu.h index e98a48d658..ec8feb04aa 100644 --- a/target-cris/cpu.h +++ b/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 -- cgit v1.2.1