Browse Source

- removed spurious DX initialization at the end of IndexByte for i8086

git-svn-id: trunk@31950 -
nickysn 9 years ago
parent
commit
94a398896b
1 changed files with 0 additions and 3 deletions
  1. 0 3
      rtl/i8086/i8086.inc

+ 0 - 3
rtl/i8086/i8086.inc

@@ -189,9 +189,6 @@ asm
   sub di, si
   sub di, si
   xchg ax, di
   xchg ax, di
   dec ax
   dec ax
-{$if defined(FPC_X86_DATA_FAR) or defined(FPC_X86_DATA_HUGE)}
-  mov dx, es
-{$endif}
 @@Done:
 @@Done:
 end;
 end;
 {$endif FPC_SYSTEM_HAS_INDEXBYTE}
 {$endif FPC_SYSTEM_HAS_INDEXBYTE}