Skip to content

Commit c52a8c7

Browse files
authored
Merge pull request #418 from Amanieu/global_asm_att
Add missing .att_syntax from #414
2 parents cfc2ed8 + 9e36e72 commit c52a8c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/probestack.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ macro_rules! define_rust_probestack {
8686
($body: expr) => {
8787
concat!(
8888
"
89+
.att_syntax
8990
.globl __rust_probestack
9091
__rust_probestack:
9192
",
@@ -101,6 +102,7 @@ macro_rules! define_rust_probestack {
101102
($body: expr) => {
102103
concat!(
103104
"
105+
.att_syntax
104106
.globl ___rust_probestack
105107
___rust_probestack:
106108
",
@@ -115,6 +117,7 @@ macro_rules! define_rust_probestack {
115117
($body: expr) => {
116118
concat!(
117119
"
120+
.att_syntax
118121
.globl ___rust_probestack
119122
___rust_probestack:
120123
",

0 commit comments

Comments
 (0)