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
274: Drop AT&T syntax from inline asm r=jonas-schievink a=thalesfragoso
This was breaking compilation on thumbv6 targets and miscompiling on thumbv7.
Fixes#272Fixes#267
Co-authored-by: Thales Fragoso <thales.fragosoz@gmail.com>
274: Drop AT&T syntax from inline asm r=therealprof a=thalesfragoso
This was breaking compilation on thumbv6 targets and miscompiling on thumbv7.
Fixes#272Fixes#267
Co-authored-by: Thales Fragoso <thales.fragosoz@gmail.com>
asm::delay
hangs up onrustc 1.49.0-nightly (8dae8cdcc 2020-10-12)
. Target is thumbv7em-none-eabihf.The compiler produces following binary. It looks like the operand of
subs
is screwed up.objdump
Please publish v0.6.4 (or 0.7?) with #262 included, if possible.
The text was updated successfully, but these errors were encountered: