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
Now with #12407 thumb is supported for rust_stack_exhausted(). This calls get_sp_limit() which calls the implementation in rt/arch/arm/record_sp.S. This code isn't supported for thumb targets though. The call should be returning *STACK_LIMIT for thumb.
The text was updated successfully, but these errors were encountered:
Now with #12407 thumb is supported for
rust_stack_exhausted()
. This callsget_sp_limit()
which calls the implementation inrt/arch/arm/record_sp.S
. This code isn't supported for thumb targets though. The call should be returning*STACK_LIMIT
for thumb.The text was updated successfully, but these errors were encountered: