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
The SP code reads the hardware's reset reason, boils it down (lossily -- see #1978), and then puts it in a variable on the stack. This makes it astonishingly difficult to find in a dump!
This information should wind up in a static instead so we can easily find and print it.
The text was updated successfully, but these errors were encountered:
The SP code reads the hardware's reset reason, boils it down (lossily -- see #1978), and then puts it in a variable on the stack. This makes it astonishingly difficult to find in a dump!
This information should wind up in a static instead so we can easily find and print it.
The text was updated successfully, but these errors were encountered: