Explorar o código

+ enable the div helper for i8086

git-svn-id: branches/i8086@23880 -
nickysn %!s(int64=12) %!d(string=hai) anos
pai
achega
f75ff8cc26
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      compiler/fpcdefs.inc

+ 2 - 0
compiler/fpcdefs.inc

@@ -55,6 +55,8 @@
   {$define cpurox}
   {$define SUPPORT_SAFECALL}
   {$define cpuneedsmulhelper}
+  { TODO: add another define in order to disable the div helper for 16-bit divs? }
+  {$define cpuneedsdiv32helper}
 {$endif i8086}
 
 {$ifdef i386}