mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:39:25 +02:00
+ added a 'cld' before the first string x86 instruction in the i8086-msdos startup code
git-svn-id: trunk@25635 -
This commit is contained in:
parent
826b4678f3
commit
608a449c4a
@ -50,6 +50,7 @@
|
||||
sub cx, di
|
||||
jz no_bss
|
||||
xor al, al
|
||||
cld
|
||||
rep stosb
|
||||
no_bss:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user