Skip to content

Commit

Permalink
Update src/inline-assembly.md
Browse files Browse the repository at this point in the history
Co-authored-by: Laine Taffin Altman <[email protected]>
  • Loading branch information
folkertdev and pthariensflame authored Dec 20, 2024
1 parent 54695c9 commit b2ee83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inline-assembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ option := "pure" / "nomem" / "readonly" / "preserves_flags" / "noreturn" / "nost
options := "options(" option *("," option) [","] ")"
operand := reg_operand / clobber_abi / options
asm := "asm!(" format_string *("," format_string) *("," operand) [","] ")"
naked_asm := "asm!(" format_string *("," format_string) *("," operand) [","] ")"
naked_asm := "naked_asm!(" format_string *("," format_string) *("," operand) [","] ")"
global_asm := "global_asm!(" format_string *("," format_string) *("," operand) [","] ")"
```

Expand Down

0 comments on commit b2ee83c

Please sign in to comment.