浏览代码

+ added i8086 to the CpuAddrBitSize and CpuAluBitSize const arrays in the 'ppu' unit

git-svn-id: branches/i8086@23839 -
nickysn 12 年之前
父节点
当前提交
0683409703
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      compiler/ppu.pas

+ 4 - 2
compiler/ppu.pas

@@ -183,7 +183,8 @@ const
     { 11 } 64 {'powerpc64'},
     { 12 } 16 {'avr'},
     { 13 } 32 {'mipsel'},
-    { 14 } 32 {'jvm'}
+    { 14 } 32 {'jvm'},
+    { 15 } 16 {'i8086'}
     );
   CpuAluBitSize : array[tsystemcpu] of longint =
     (
@@ -201,7 +202,8 @@ const
     { 11 } 64 {'powerpc64'},
     { 12 }  8 {'avr'},
     { 13 } 32 {'mipsel'},
-    { 14 } 64 {'jvm'}
+    { 14 } 64 {'jvm'},
+    { 15 } 16 {'i8086'}
     );
 {$endif generic_cpu}