File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/doc/unstable-book/src/library-features Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,12 +159,12 @@ specify some extra info about the inline assembly:
159
159
160
160
Current valid options are:
161
161
162
- 1 . * volatile* - specifying this is analogous to
162
+ 1 . ` volatile ` - specifying this is analogous to
163
163
` __asm__ __volatile__ (...) ` in gcc/clang.
164
- 2 . * alignstack* - certain instructions expect the stack to be
164
+ 2 . ` alignstack ` - certain instructions expect the stack to be
165
165
aligned a certain way (i.e. SSE) and specifying this indicates to
166
166
the compiler to insert its usual stack alignment code
167
- 3 . * intel* - use intel syntax instead of the default AT&T.
167
+ 3 . ` intel ` - use intel syntax instead of the default AT&T.
168
168
169
169
``` rust
170
170
# #![feature(llvm_asm)]
You can’t perform that action at this time.
0 commit comments