+ added fpc_cpuinit for WebAssembly

git-svn-id: branches/wasm@48218 -
This commit is contained in:
nickysn 2021-01-19 19:31:35 +00:00
parent 55db998529
commit b8367e3152

View File

@ -14,3 +14,7 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
procedure fpc_cpuinit;
begin
end;