소스 검색

* 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;