OSDN Git Service

target/mips: semihosting: Remove 'uhi_done' label in helper_do_semihosting()
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Mon, 6 Jan 2020 18:23:32 +0000 (15:23 -0300)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Wed, 29 Jan 2020 18:28:52 +0000 (19:28 +0100)
commit54fc33fdc4b06d63aa67d7af6da457ab5df62bb1
tree86d8fcc189fd14c126fc979725890eab839ea647
parent3404e180f9f08de070371932cb98817a25467781
target/mips: semihosting: Remove 'uhi_done' label in helper_do_semihosting()

The label 'uhi_done' is a simple 'return' call and can
be removed for a bit more clarity in the code.

CC: Aurelien Jarno <aurelien@aurel32.net>
CC: Aleksandar Markovic <amarkovic@wavecomp.com>
CC: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <20200106182425.20312-7-danielhb413@gmail.com>
target/mips/mips-semi.c