Skip to content
Commit 70e137eb authored by Chris Zankel's avatar Chris Zankel
Browse files

[XTENSA] Fix clobbered register in asm macro



We dangerously re-used an input operand to an asm macro
without defining a constraint. By defining a separate
output operand (instead of input/output operand), the
compiler is more flexible during register allocation.

Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent c8654158
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment