mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:09:16 +02:00
* Fix typos, missing sparc
This commit is contained in:
parent
5ba5265fe6
commit
d587f48892
@ -396,7 +396,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,
|
||||
|
@ -989,7 +989,7 @@ begin
|
||||
{$endif riscv64}
|
||||
|
||||
{$ifdef xtensa}
|
||||
Result:=arExtensa;
|
||||
Result:=arXtensa;
|
||||
{$endif xtensa}
|
||||
|
||||
{$ifdef wasm32}
|
||||
|
Loading…
Reference in New Issue
Block a user