Explorar el Código

* enable the MUL helpers in the i8086 rtl

git-svn-id: branches/i8086@23814 -
nickysn hace 12 años
padre
commit
6efe01eb3f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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}