Kaynağa Gözat

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

git-svn-id: trunk@34048 -
pierre 9 yıl önce
ebeveyn
işleme
ef6a8009cf
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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;