commit | 321b6c058544c136341bf9cc6055f127f307f03e | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Aug 06 12:09:56 2014 -0700 |
committer | Richard Henderson <rth@redhat.com> | Mon Sep 29 14:55:27 2014 -0400 |
tree | 78ea04a1669bf863d389d5f0e0ddf35fe10eef4c | |
parent | 90379ca84ebe94b0adc08794d90ea1e196b2a724 [diff] |
tcg-sparc: Fix setcond_i32 uninitialized value We failed to swap c1 and c2 correctly for NE c2 == 0. Signed-off-by: Richard Henderson <rth@twiddle.net>