]> Git Repo - qemu.git/commit - hw/intc/s390_flic_kvm.c
intc/s390_flic_kvm.c: remove unneeded label in kvm_flic_load()
authorDaniel Henrique Barboza <[email protected]>
Mon, 6 Jan 2020 18:24:07 +0000 (15:24 -0300)
committerCornelia Huck <[email protected]>
Mon, 27 Jan 2020 11:13:09 +0000 (12:13 +0100)
commit65569bbf37a68ea957819fc489dab708308e1588
tree4a3b33224912e6b8472e3caf97783b1d3ba383b7
parente6de76fca48012348d8c81b1399c861f444bd4a4
intc/s390_flic_kvm.c: remove unneeded label in kvm_flic_load()

'out' label can be replaced by 'return' with the appropriate
value that is set by 'r' right before the jump.

Cc: Christian Borntraeger <[email protected]>
Signed-off-by: Daniel Henrique Barboza <[email protected]>
Message-Id: <20200106182425[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
hw/intc/s390_flic_kvm.c
This page took 0.021437 seconds and 4 git commands to generate.