mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
+ added cld to DebugWrite
git-svn-id: trunk@27264 -
This commit is contained in:
parent
25be2bc720
commit
32c3f4e682
@ -124,6 +124,9 @@ procedure DebugWrite(const S: string);
|
||||
begin
|
||||
asm
|
||||
mov si, S
|
||||
{$ifdef FPC_ENABLED_CLD}
|
||||
cld
|
||||
{$endif FPC_ENABLED_CLD}
|
||||
lodsb
|
||||
mov cl, al
|
||||
xor ch, ch
|
||||
|
Loading…
Reference in New Issue
Block a user