OSDN Git Service

target-alpha: fix uninitialized variable
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 19 Oct 2015 14:08:38 +0000 (16:08 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 6 Nov 2015 12:42:38 +0000 (15:42 +0300)
commit74de807f794ac5201b2b3c38ddadeef84a676a97
tree94da0984128a734804b2695102c36e227e6ec161
parent258133bda9a6f22ba436ef9b63b7c086cc80190b
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>
target-alpha/translate.c