Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Jan 10, 2024
1 parent e479180 commit b19ec84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ asm|Xbyak
`add x3, x4, x5`|`add(x3, x4, x5);`
`ld x3, 16(x4)`|`ld(x3, x4, 16);`
`sw t0,8(s1)`|sw(t0, s1, 8);`
`amoswap.w a0,a1,(a2)`|amoswap_w(a0, a1, a2);`
`amoswap.w a0,a1,(a2)`|`amoswap_w(a0, a1, a2);`
Replace a period in instructions with an underscore.
Expand Down

0 comments on commit b19ec84

Please sign in to comment.