Skip to content

Commit 7fdadec

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

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
@@ -59,7 +59,7 @@ option := "pure" / "nomem" / "readonly" / "preserves_flags" / "noreturn" / "nost
5959
options := "options(" option *("," option) [","] ")"
6060
operand := reg_operand / clobber_abi / options
6161
asm := "asm!(" format_string *("," format_string) *("," operand) [","] ")"
62-
naked_asm := "asm!(" format_string *("," format_string) *("," operand) [","] ")"
62+
naked_asm := "naked_asm!(" format_string *("," format_string) *("," operand) [","] ")"
6363
global_asm := "global_asm!(" format_string *("," format_string) *("," operand) [","] ")"
6464
```
6565

0 commit comments

Comments
 (0)