@@ -28,7 +28,7 @@ procedure PascalMain; external name 'PASCALMAIN';
{ this *must* always remain the first procedure with code in this unit }
procedure _start; assembler; nostackframe; public name 'start';
asm
- // TODO...
+ ; TODO...
end;
end.