From: Edgar E. Iglesias Date: Wed, 3 Jun 2009 20:48:05 +0000 (+0200) Subject: CRIS: Remove duplicated flag defines. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4548eaea135af6c0570dc220813dab8a017c9ea2;p=qmiga%2Fqemu.git CRIS: Remove duplicated flag defines. Signed-off-by: Edgar E. Iglesias --- 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