mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-17 17:38:55 +09:00
The simcall asm macro assumes Windowed ABI parameter passing in registers, and doesn't work if its containing function gets inlined. This fix prevents that from happening. Signed-off-by: Marc Gauthier <marc@tensilica.com>