mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
1557adc826
Coverity complains because we assign to ret here but then never read it again before we overwrite it with the call to set_x64_registers(). Analyzed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>