Explorar o código

* added a cld instruction in the int 0 handler

git-svn-id: trunk@26080 -
nickysn %!s(int64=12) %!d(string=hai) anos
pai
achega
318a79cda7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      rtl/msdos/prt0stm.asm

+ 1 - 0
rtl/msdos/prt0stm.asm

@@ -223,6 +223,7 @@ FPC_INT00_HANDLER:
         push dx
 %endif
         push cx
+        cld
 %ifdef __FAR_CODE__
         jmp far FPC_HANDLEERROR
 %else