Add missing .att_syntax from #414
This commit is contained in:
parent
a77e15f562
commit
fdbeb187ec
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue