We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfc2ed8 + 9e36e72 commit c52a8c7Copy full SHA for c52a8c7
src/probestack.rs
@@ -86,6 +86,7 @@ macro_rules! define_rust_probestack {
86
($body: expr) => {
87
concat!(
88
"
89
+ .att_syntax
90
.globl __rust_probestack
91
__rust_probestack:
92
",
@@ -101,6 +102,7 @@ macro_rules! define_rust_probestack {
101
102
103
104
105
106
.globl ___rust_probestack
107
___rust_probestack:
108
@@ -115,6 +117,7 @@ macro_rules! define_rust_probestack {
115
117
116
118
119
120
121
122
123
0 commit comments