commit | e769f68613ee4f84c8e2aea784335df74ceea397 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Mar 23 11:06:10 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 28 12:07:45 2015 -0400 |
tree | 3a86b64771fb13900dd2b3e24c0999e4e3e03ae6 | |
parent | 8c2492901998a76e083ed0875372c141da084d86 [diff] |
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>