Commits
Linus Walleij committed e769f68613e
armv8: semihosting: do not inline trap call The semihosting trap call does not like being inlined, probably because that will mean register reordering screwing up the return value in r0, so tag this function "noinline". Signed-off-by: Linus Walleij <linus.walleij@linaro.org>