Pārlūkot izejas kodu

* i386 and i8086 have an index register, so define cpurefshaveindexreg

git-svn-id: trunk@33540 -
florian 9 gadi atpakaļ
vecāks
revīzija
046b148f5f
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      compiler/fpcdefs.inc

+ 2 - 0
compiler/fpcdefs.inc

@@ -51,6 +51,7 @@
   {$define cpumm}
   {$define fewintregisters}
   {//$define cpurox}
+  {$define cpurefshaveindexreg}
   {$define SUPPORT_SAFECALL}
   {$define cpuneedsmulhelper}
   { TODO: add another define in order to disable the div helper for 16-bit divs? }
@@ -70,6 +71,7 @@
   {$define cpumm}
   {$define fewintregisters}
   {$define cpurox}
+  {$define cpurefshaveindexreg}
   {$define SUPPORT_SAFECALL}
   {$define SUPPORT_GET_FRAME}
   {$define cpucapabilities}