Sfoglia il codice sorgente

* Fix compilation for cpu i386

git-svn-id: trunk@20264 -
pierre 13 anni fa
parent
commit
b058593b53
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      rtl/inc/system.inc

+ 1 - 0
rtl/inc/system.inc

@@ -152,6 +152,7 @@ function do_isdevice(handle:thandle):boolean;forward;
     {$Error Can't determine processor type !}
     {$Error Can't determine processor type !}
   {$endif}
   {$endif}
   {$i i386.inc}  { Case dependent, don't change }
   {$i i386.inc}  { Case dependent, don't change }
+  {$define SYSPROCDEFINED}
 {$endif cpui386}
 {$endif cpui386}
 
 
 {$ifdef cpum68k}
 {$ifdef cpum68k}