* Fix typos, missing sparc

(cherry picked from commit d587f48892)
This commit is contained in:
Michaël Van Canneyt 2023-10-27 09:57:35 +02:00 committed by marcoonthegit
parent d41ae0a18d
commit 774ffb4219
2 changed files with 2 additions and 2 deletions

View File

@ -381,7 +381,7 @@ Type
TOSVersion = record
public type
TArchitecture = (arIntelX86, arIntelX64, arARM32, arARM64, arIntelX16, arXTensa, arAVR, arM68k, arPowerPC, arPower64,
arMips, arMipsel, arMips64, arMips64el, arJVM, arWasm32, arSparc64, arRiscV32, arRiscV64, arZ80,
arMips, arMipsel, arMips64, arMips64el, arJVM, arWasm32, arSparc, arSparc64, arRiscV32, arRiscV64, arZ80,
arLoongArch64, arOther);
TPlatform = (pfWindows, pfMacOS, pfiOS, pfAndroid, pfWinRT, pfLinux,

View File

@ -983,7 +983,7 @@ begin
{$endif riscv64}
{$ifdef xtensa}
Result:=arExtensa;
Result:=arXtensa;
{$endif xtensa}
{$ifdef wasm32}