Explorar o código

* don't use asm directly for main

pierre %!s(int64=22) %!d(string=hai) anos
pai
achega
692cf241a8
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      tests/webtbs/tw2323.pp

+ 3 - 1
tests/webtbs/tw2323.pp

@@ -8,9 +8,11 @@
 
 var
   buf : array[0..255] of char;
-asm
+begin
+  asm
     lea ebx,buf
     add ebx,'('
     mov al, [ebx - '(']
+  end;
 end.