Skip to content
Snippets Groups Projects
Verified Commit ecfcedb9 authored by Jacob Lorentzon's avatar Jacob Lorentzon :speech_balloon:
Browse files

Remove explicit .intel_syntax directive.

It is now default, and the new compiler generated a lot of warnings now
that Intel syntax has (luckily) become the default.
parent 1cf5f5ea
No related branches found
No related tags found
1 merge request!179Update toolchain
......@@ -202,9 +202,7 @@ impl InterruptErrorStack {
macro_rules! intel_asm {
($($strings:expr,)+) => {
global_asm!(concat!(
".intel_syntax noprefix\n",
$($strings),+,
".att_syntax prefix\n",
));
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment