mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:59:18 +02:00
* wasm cpu string renamed wasm32
git-svn-id: branches/wasm@46253 -
This commit is contained in:
parent
26207eef00
commit
6dd85ad80c
@ -37,7 +37,7 @@ uses
|
|||||||
|
|
||||||
function tripletcpustr(tripletstyle: ttripletstyle): ansistring;
|
function tripletcpustr(tripletstyle: ttripletstyle): ansistring;
|
||||||
begin
|
begin
|
||||||
result:='wasm';
|
result:='wasm32';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user