浏览代码

* enable the MUL helpers in the i8086 rtl

git-svn-id: branches/i8086@23814 -
nickysn 12 年之前
父节点
当前提交
6efe01eb3f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      rtl/msdos/system.pp

+ 3 - 0
rtl/msdos/system.pp

@@ -5,6 +5,9 @@ unit system;
 interface
 
 {$ifdef FULL_RTL}
+
+{$DEFINE FPC_INCLUDE_SOFTWARE_MUL}
+
 {$I systemh.inc}
 {$endif FULL_RTL}