On Mon, 6 Jan 2020 15:24:04 -0300 Daniel Henrique Barboza <danielhb...@gmail.com> wrote:
> 'out' label can be replaced by 'return' with the appropriate > value. The 'r' integer, which is used solely to set the > return value for this label, can also be removed. > > CC: Cornelia Huck <coh...@redhat.com> > CC: Halil Pasic <pa...@linux.ibm.com> > CC: Christian Borntraeger <borntrae...@de.ibm.com> > Signed-off-by: Daniel Henrique Barboza <danielhb...@gmail.com> > --- > hw/s390x/sclp.c | 16 +++++----------- > 1 file changed, 5 insertions(+), 11 deletions(-) Thanks, applied.