浏览代码

* hack for making threadvr.inc compile on i8086

git-svn-id: branches/i8086@23863 -
nickysn 12 年之前
父节点
当前提交
8f984e75e5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/inc/threadvr.inc

+ 1 - 1
rtl/inc/threadvr.inc

@@ -29,7 +29,7 @@ type
 
   TltvInitTablesTable = packed record
     count  : dword;
-    tables : packed array [1..32767] of pltvInitEntry;
+    tables : packed array [1..{$ifdef cpu16}16{$else}32767{$endif}] of pltvInitEntry;
   end;
   PltvInitTablesTable = ^TltvInitTablesTable;