commit | feec273a2b4d98f8aa76c5d83f24053b211c8525 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Tue Sep 20 17:26:48 2016 -0700 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Tue Sep 20 18:53:00 2016 -0700 |
tree | 59bc19ae3b576e5300fe542690ffe87fce9013cd | |
parent | 70feca7199647dd548536d7e6b55a742053e6839 [diff] |
xtensa: ISS: define simc_exit and use it instead of inline asm 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>