+ 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:
nickysn 2013-10-04 11:18:47 +00:00
parent 826b4678f3
commit 608a449c4a

View File

@ -50,6 +50,7 @@
sub cx, di
jz no_bss
xor al, al
cld
rep stosb
no_bss: