Browse Source

* use inline asm in the Oric startup code

Nikolay Nikolov 1 month ago
parent
commit
69bed0de2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/oric/si_prc.pp

+ 1 - 1
rtl/oric/si_prc.pp

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