Prechádzať zdrojové kódy

Merge pull request #418 from Amanieu/global_asm_att

Add missing .att_syntax from #414
Amanieu d'Antras 4 rokov pred
rodič
commit
c52a8c75d8
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      src/probestack.rs

+ 3 - 0
src/probestack.rs

@@ -86,6 +86,7 @@ macro_rules! define_rust_probestack {
     ($body: expr) => {
         concat!(
             "
+            .att_syntax
             .globl __rust_probestack
         __rust_probestack:
             ",
@@ -101,6 +102,7 @@ macro_rules! define_rust_probestack {
     ($body: expr) => {
         concat!(
             "
+            .att_syntax
             .globl ___rust_probestack
         ___rust_probestack:
             ",
@@ -115,6 +117,7 @@ macro_rules! define_rust_probestack {
     ($body: expr) => {
         concat!(
             "
+            .att_syntax
             .globl ___rust_probestack
         ___rust_probestack:
             ",