mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
22a1331112
Remove the reg_thumb register class for asm! on ARM Also restricts r8-r14 from being used on Thumb1 targets as per #90736. cc ``@Lokathor`` r? ``@joshtriplett``