瀏覽代碼

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

git-svn-id: trunk@34048 -
pierre 9 年之前
父節點
當前提交
ef6a8009cf
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;