mirror of
https://github.com/torvalds/linux.git
synced 2026-04-29 03:52:30 -04:00
A number of ISS platform functions use inline assembly to invoke simulator exit, not all correctly. Define simc_exit(exit_code) and use it instead of inline assembly. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>