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
As per discussion here accessing any static (including __BSS_START and __BSS_END) from Rust code before the static area (including BSS) is initialized is UB in Rust abstract machine.
This means BSS initialization must be moved to the assembly routine.
The text was updated successfully, but these errors were encountered:
As per discussion here accessing any static (including __BSS_START and __BSS_END) from Rust code before the static area (including BSS) is initialized is UB in Rust abstract machine.
This means BSS initialization must be moved to the assembly routine.
The text was updated successfully, but these errors were encountered: