diff options
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2009-06-03 22:48:05 +0200 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2009-06-03 22:48:05 +0200 |
commit | 4548eaea135af6c0570dc220813dab8a017c9ea2 (patch) | |
tree | fd38768ab429369ff8e73ba86113f5ac25a37483 /target-cris/cpu.h | |
parent | 4b0c7aa3647d8d273395ff1e6176850e61f2d331 (diff) | |
download | qemu-4548eaea135af6c0570dc220813dab8a017c9ea2.zip |
CRIS: Remove duplicated flag defines.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'target-cris/cpu.h')
-rw-r--r-- | target-cris/cpu.h | 2 |
1 files changed, 0 insertions, 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 |