mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-25 14:58:25 +02:00
- removed commented out code from the WASI startup code
This commit is contained in:
parent
f7b1ec2435
commit
a01a602140
@ -24,12 +24,10 @@ procedure _start;
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure PASCALMAIN; external 'PASCALMAIN';
|
procedure PASCALMAIN; external 'PASCALMAIN';
|
||||||
//procedure main; external 'main';
|
|
||||||
|
|
||||||
procedure _start;
|
procedure _start;
|
||||||
begin
|
begin
|
||||||
PASCALMAIN;
|
PASCALMAIN;
|
||||||
// main;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
exports
|
exports
|
||||||
|
Loading…
Reference in New Issue
Block a user