mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 15:47:51 +02:00
* added a cld instruction in the int 0 handler
git-svn-id: trunk@26080 -
This commit is contained in:
parent
cada770f9e
commit
318a79cda7
@ -223,6 +223,7 @@ FPC_INT00_HANDLER:
|
|||||||
push dx
|
push dx
|
||||||
%endif
|
%endif
|
||||||
push cx
|
push cx
|
||||||
|
cld
|
||||||
%ifdef __FAR_CODE__
|
%ifdef __FAR_CODE__
|
||||||
jmp far FPC_HANDLEERROR
|
jmp far FPC_HANDLEERROR
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user