commit | 74de807f794ac5201b2b3c38ddadeef84a676a97 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Oct 19 16:08:38 2015 +0200 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Fri Nov 06 15:42:38 2015 +0300 |
tree | 94da0984128a734804b2695102c36e227e6ec161 | |
parent | 258133bda9a6f22ba436ef9b63b7c086cc80190b [diff] |
target-alpha: fix uninitialized variable I am not sure why the compiler does not catch it. There is no semantic change since gen_excp returns EXIT_NORETURN, but the old code is wrong. Reported by Coverity. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>