Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xtensa: fix inline assembly of rsil in exception code for XCC
Commit 4084726 added inline assembly to lock interrupt. However, XCC doesn't like the syntax using STRINGIFY, and also an empty clobber section. So parameterize the second argument to rsil, and remove the last colon. Signed-off-by: Daniel Leung <[email protected]>
- Loading branch information