Pārlūkot izejas kodu

+ added a 'cld' before the first string x86 instruction in the i8086-msdos startup code

git-svn-id: trunk@25635 -
nickysn 12 gadi atpakaļ
vecāks
revīzija
608a449c4a
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      rtl/msdos/prt0stm.asm

+ 1 - 0
rtl/msdos/prt0stm.asm

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