Skip to content

Commit b2ee83c

Browse files
Update src/inline-assembly.md
Co-authored-by: Laine Taffin Altman <[email protected]>
1 parent 54695c9 commit b2ee83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inline-assembly.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ option := "pure" / "nomem" / "readonly" / "preserves_flags" / "noreturn" / "nost
6262
options := "options(" option *("," option) [","] ")"
6363
operand := reg_operand / clobber_abi / options
6464
asm := "asm!(" format_string *("," format_string) *("," operand) [","] ")"
65-
naked_asm := "asm!(" format_string *("," format_string) *("," operand) [","] ")"
65+
naked_asm := "naked_asm!(" format_string *("," format_string) *("," operand) [","] ")"
6666
global_asm := "global_asm!(" format_string *("," format_string) *("," operand) [","] ")"
6767
```
6868

0 commit comments

Comments
 (0)