Browse Source

- rm asmmode intel from the i8086-msdos rtl, as that is the default asm mode on
that platform

git-svn-id: trunk@27144 -

nickysn 11 năm trước cách đây
mục cha
commit
41d28f91e5

+ 0 - 2
packages/rtl-console/src/msdos/crt.pp

@@ -29,8 +29,6 @@ implementation
 uses
   dos;
 
-{$ASMMODE INTEL}
-
 var
   DelayCnt : Longint;
   VidSeg : Word;

+ 0 - 1
rtl/i8086/math.inc

@@ -14,7 +14,6 @@
 
  **********************************************************************}
 
-{$asmmode intel}
 
 {****************************************************************************
                             FPU Control word

+ 0 - 1
rtl/i8086/mathu.inc

@@ -12,7 +12,6 @@
 
 **********************************************************************}
 
-{$ASMMODE intel}
 
 {NOTE: the fpatan instruction on the 8087 and 80287 has the following restrictions:
             0 <= ST(1) < ST(0) < +inf

+ 0 - 1
rtl/msdos/dos.pp

@@ -14,7 +14,6 @@
  **********************************************************************}
 
 {$inline on}
-{$asmmode intel}
 
 unit dos;
 

+ 0 - 1
rtl/msdos/msmouse.pp

@@ -102,7 +102,6 @@ Var
 
 Implementation
 
-{$asmmode INTEL}
 
 Function InitMouse: Boolean;
 begin

+ 0 - 2
rtl/msdos/ports.pp

@@ -50,8 +50,6 @@ var
 
   implementation
 
-{$asmmode INTEL}
-
 { to give easy port access like tp with port[] }
 
 procedure tport.writeport(p : word;data : byte);assembler;

+ 0 - 2
rtl/msdos/system.pp

@@ -1,7 +1,5 @@
 unit system;
 
-{$ASMMODE intel}
-
 interface
 
 {$DEFINE FPC_NO_DEFAULT_HEAP}