-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soc/mt8195_adsp: Fix assembly for older toolchain
The "addi.a" instruction referenced in this file doesn't build with non-Cadence assemblers. By name, it would seem to be a "add immediate single precision floating point", but the way it's used is clearly as an integer counter in a regular GPR. Use an addi, which seems to be the intent, to make this build. In practice this code won't ever be executed by Zephyr apps anyway. Signed-off-by: Andy Ross <andyross@google.com>
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters