mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07: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>