Ver código fonte

Add {$goto on} for FPC to avoid compile time error

git-svn-id: trunk@34048 -
pierre 9 anos atrás
pai
commit
ef6a8009cf
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      tests/test/cpu16/i8086/tlbldat1.pp

+ 4 - 0
tests/test/cpu16/i8086/tlbldat1.pp

@@ -4,6 +4,10 @@
 
 { this test is Turbo Pascal 7 compatible }
 
+{$ifdef FPC}
+  {$goto on}
+{$endif}
+
 program tlbldat1;
 label
   lbl;