Home
last modified time | relevance | path

Searched hist:e769f68613ee4f84c8e2aea784335df74ceea397 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dsemihosting.ce769f68613ee4f84c8e2aea784335df74ceea397 Mon Mar 23 10:06:10 UTC 2015 Linus Walleij <linus.walleij@linaro.org> 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>