mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-07 08:20:48 +00: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>