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 committed Jan 14, 2025
1 parent 689c587 commit 1a8abe7
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 @@ -61,7 +61,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 1a8abe7

Please sign in to comment.