Procházet zdrojové kódy

Add missing .att_syntax from #414

Amanieu d'Antras před 4 roky
rodič
revize
9e36e7266f
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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:
             ",