mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 11:49:23 +02:00
- removed spurious DX initialization at the end of IndexByte for i8086
git-svn-id: trunk@31950 -
This commit is contained in:
parent
80b892aafb
commit
94a398896b
@ -189,9 +189,6 @@ asm
|
||||
sub di, si
|
||||
xchg ax, di
|
||||
dec ax
|
||||
{$if defined(FPC_X86_DATA_FAR) or defined(FPC_X86_DATA_HUGE)}
|
||||
mov dx, es
|
||||
{$endif}
|
||||
@@Done:
|
||||
end;
|
||||
{$endif FPC_SYSTEM_HAS_INDEXBYTE}
|
||||
|
Loading…
Reference in New Issue
Block a user