浏览代码

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

git-svn-id: trunk@25635 -
nickysn 12 年之前
父节点
当前提交
608a449c4a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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: