You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arch/xtensa: Don't dump unsupported backtraces with call0
The backtrace mechanism is specific to the windowed call ABI
currently, so doesn't work with call0. This was hidden previously
because backtraces were disabled by default at the kconfig level for
the old ("sample_controller") qemu_xtensa, but are on now with dc233c
for essentially arbitrary reasons. There was some protection against
this already, extend it to the case where "we have windows, but aren't
using them".
Signed-off-by: Andy Ross <andyross@google.com>
0 commit comments