* added a cld instruction in the int 0 handler

git-svn-id: trunk@26080 -
This commit is contained in:
nickysn 2013-11-13 17:08:39 +00:00
parent cada770f9e
commit 318a79cda7

View File

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