Delete temporary string within demangler even in failure cases.
[deliverable/binutils-gdb.git] / sim / rx / rx.c
index e12aa85d2b672114301222bce6cdd13d81d61d3a..41c6fb7d3c64e79b6998a1c57e37fc83118df577 100644 (file)
@@ -1,6 +1,6 @@
 /* rx.c --- opcode semantics for stand-alone RX simulator.
 
-Copyright (C) 2008-2013 Free Software Foundation, Inc.
+Copyright (C) 2008-2014 Free Software Foundation, Inc.
 Contributed by Red Hat, Inc.
 
 This file is part of the GNU simulators.
@@ -732,8 +732,7 @@ poppc()
       c = val & carry_mask; \
       val OP 1; \
     } \
-  if (count) \
-    set_oszc (val, 4, c); \
+  set_oszc (val, 4, c); \
   PD (val); \
 }
 
This page took 0.026083 seconds and 4 git commands to generate.