commit | c865415838146d83c92e4c1ae69aff45ef9f35f8 | [log] [tgz] |
---|---|---|
author | Marc Gauthier <marc@gums.hq.tensilica.com> | Fri Sep 21 16:38:09 2007 -0700 |
committer | Chris Zankel <chris@zankel.net> | Wed Feb 13 17:04:56 2008 -0800 |
tree | 4543b397c52e1c49bfd189036a789530635cbdfc | |
parent | b67360db143448be1f6d68835c6d0cc43837667f [diff] |
[XTENSA] Prevent inlining ISS platform asm constructs 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>