2011-10-14 Alexey Makhalov <makhaloff@gmail.com>
[deliverable/binutils-gdb.git] / sim / common / sim-alu.h
index becc224a9c8aa9d743401365f4bd8ae40265bdf4..b851bea3df53079a7f7fcd895a960b51ee577ee6 100644 (file)
@@ -1007,14 +1007,14 @@ do {                                                                    \
 #define ALU32_AND(VAL)                                                 \
 do {                                                                   \
   alu32_r &= (VAL);                                                    \
-  alu32_r = 0;                                                         \
+  alu32_c = 0;                                                         \
   alu32_v = 0;                                                         \
 } while (0)
 
 #define ALU64_AND(VAL)                                                 \
 do {                                                                   \
   alu64_r &= (VAL);                                                    \
-  alu64_r = 0;                                                         \
+  alu64_c = 0;                                                         \
   alu64_v = 0;                                                         \
 } while (0)
 
This page took 0.024434 seconds and 4 git commands to generate.