瀏覽代碼

+ enable the div helper for i8086

git-svn-id: branches/i8086@23880 -
nickysn 12 年之前
父節點
當前提交
f75ff8cc26
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/fpcdefs.inc

+ 2 - 0
compiler/fpcdefs.inc

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