mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 12:40:25 +02:00
* synchronized the tsystemcpu enum with trunk
git-svn-id: branches/z80@44392 -
This commit is contained in:
parent
b04b94f236
commit
c35b3d8eee
@ -51,7 +51,11 @@
|
||||
cpu_jvm, { 14 }
|
||||
cpu_i8086, { 15 }
|
||||
cpu_aarch64, { 16 }
|
||||
cpu_wasm { 17 }
|
||||
cpu_wasm, { 17 }
|
||||
cpu_sparc64, { 18 }
|
||||
cpu_riscv32, { 19 }
|
||||
cpu_riscv64, { 20 }
|
||||
cpu_xtensa { 21 }
|
||||
);
|
||||
|
||||
tasmmode= (asmmode_none
|
||||
|
@ -390,7 +390,7 @@ interface
|
||||
cpu2str : array[TSystemCpu] of string[10] =
|
||||
('','i386','m68k','alpha','powerpc','sparc','vm','ia64','x86_64',
|
||||
'mips','arm', 'powerpc64', 'avr', 'mipsel','jvm', 'i8086',
|
||||
'aarch64', 'wasm');
|
||||
'aarch64', 'wasm', 'sparc64', 'riscv32', 'riscv64', 'xtensa');
|
||||
|
||||
abiinfo : array[tabi] of tabiinfo = (
|
||||
(name: 'DEFAULT'; supported: true),
|
||||
|
Loading…
Reference in New Issue
Block a user