mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 23:19:24 +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
|
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}
|
||||||
|
Loading…
Reference in New Issue
Block a user