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.
This commit is contained in:
@@ -202,9 +202,7 @@ impl InterruptErrorStack {
|
||||
macro_rules! intel_asm {
|
||||
($($strings:expr,)+) => {
|
||||
global_asm!(concat!(
|
||||
".intel_syntax noprefix\n",
|
||||
$($strings),+,
|
||||
".att_syntax prefix\n",
|
||||
));
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user