mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
d68c0279ea
It uses the private field of TCB head to store stack limit. I tested on my Raspberry PI. A simple hello world program ran without any problem. However, for a more complex program, it segfaulted as #6231.