mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 10:09:08 +02:00
* cputypestr renamed wasm32
git-svn-id: branches/wasm@46254 -
This commit is contained in:
parent
6dd85ad80c
commit
208473b859
@ -77,7 +77,7 @@ Const
|
|||||||
];
|
];
|
||||||
|
|
||||||
cputypestr : array[tcputype] of string[9] = ('',
|
cputypestr : array[tcputype] of string[9] = ('',
|
||||||
'WASM'
|
'WASM32'
|
||||||
);
|
);
|
||||||
|
|
||||||
fputypestr : array[tfputype] of string[8] = (
|
fputypestr : array[tfputype] of string[8] = (
|
||||||
|
Loading…
Reference in New Issue
Block a user