Ver código fonte

Move int32p.inc inclusion to end of i8086.inc as it needs to be parsed before generic.inc

git-svn-id: trunk@26366 -
pierre 11 anos atrás
pai
commit
a4e08f8611
2 arquivos alterados com 2 adições e 2 exclusões
  1. 2 0
      rtl/i8086/i8086.inc
  2. 0 2
      rtl/i8086/int64p.inc

+ 2 - 0
rtl/i8086/i8086.inc

@@ -301,3 +301,5 @@ Procedure SysResetFPU;
     softfloat_exception_flags:=0;
   end;
 
+{$I int32p.inc}
+

+ 0 - 2
rtl/i8086/int64p.inc

@@ -13,8 +13,6 @@
 
  **********************************************************************}
 
-{$I int32p.inc}
-
 {$define FPC_SYSTEM_HAS_MUL_QWORD}
 function fpc_mul_qword( f1, f2: qword; checkoverflow: longbool ): qword; [public,alias: 'FPC_MUL_QWORD']; compilerproc;
 begin