Browse Source

* Fix compilation for cpu i386

git-svn-id: trunk@20264 -
pierre 13 years ago
parent
commit
b058593b53
1 changed files with 1 additions and 0 deletions
  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}