Skip to content

Commit c64e52a

Browse files
authored
Merge pull request #1644 from taiki-e/asm-fix
Fix inline-assembly documentation for LoongArch
2 parents e61a925 + f1a0881 commit c64e52a

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
@@ -484,7 +484,7 @@ The following ABIs can be used with `clobber_abi`:
484484
| AArch64 | `"C"`, `"system"`, `"efiapi"` | `x[0-17]`, `x18`\*, `x30`, `v[0-31]`, `p[0-15]`, `ffr` |
485485
| ARM | `"C"`, `"system"`, `"efiapi"`, `"aapcs"` | `r[0-3]`, `r12`, `r14`, `s[0-15]`, `d[0-7]`, `d[16-31]` |
486486
| RISC-V | `"C"`, `"system"`, `"efiapi"` | `x1`, `x[5-7]`, `x[10-17]`, `x[28-31]`, `f[0-7]`, `f[10-17]`, `f[28-31]`, `v[0-31]` |
487-
| LoongArch | `"C"`, `"system"`, `"efiapi"` | `$r1`, `$r[4-20]`, `$f[0-23]` |
487+
| LoongArch | `"C"`, `"system"` | `$r1`, `$r[4-20]`, `$f[0-23]` |
488488

489489
> Notes:
490490
> - On AArch64 `x18` only included in the clobber list if it is not considered as a reserved register on the target.

0 commit comments

Comments
 (0)