Add missing .att_syntax from #414

This commit is contained in:
Amanieu d'Antras 2021-05-02 21:29:00 +01:00
parent a77e15f562
commit fdbeb187ec

View file

@ -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:
",