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
I went with:
* .section
* .arm or .thumb
* .global
* .type
* label
* code
This fixes the smp_test built for thumb mode, which was missing a .arm
directive (and the start-up code doesn't work in thumb mode).
0 commit comments