Skip to content

Commit 1a8abe7

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

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

0 commit comments

Comments
 (0)