Skip to content
Commit eda8dd12 authored by Max Filippov's avatar Max Filippov
Browse files

xtensa: use a14 instead of a15 in inline assembly



a15 is a frame pointer in the call0 xtensa ABI, don't use it explicitly
in the inline assembly. Use a14 instead, as it has the same properties
as a15 w.r.t. window overflow.

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent e369953a
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