Browse Source

* enable the MUL helpers in the i8086 rtl

git-svn-id: branches/i8086@23814 -
nickysn 12 years ago
parent
commit
6efe01eb3f
1 changed files with 3 additions and 0 deletions
  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}