Skip to content

Commit a88b275

Browse files
litlighilitnarimiran
authored andcommitted
doc(format): system.nim: doc of hostCPU for loongarch64 (#23621)
In doc, `loongarch64` used to be written as `'"loongarch64"'` since it's [supported](#19223) (cherry picked from commit b3b26b2)
1 parent e57b207 commit a88b275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/system.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ const
10591059
## Possible values:
10601060
## `"i386"`, `"alpha"`, `"powerpc"`, `"powerpc64"`, `"powerpc64el"`,
10611061
## `"sparc"`, `"amd64"`, `"mips"`, `"mipsel"`, `"arm"`, `"arm64"`,
1062-
## `"mips64"`, `"mips64el"`, `"riscv32"`, `"riscv64"`, '"loongarch64"'.
1062+
## `"mips64"`, `"mips64el"`, `"riscv32"`, `"riscv64"`, `"loongarch64"`.
10631063

10641064
seqShallowFlag = low(int)
10651065
strlitFlag = 1 shl (sizeof(int)*8 - 2) # later versions of the codegen \

0 commit comments

Comments
 (0)