mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +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
|
||||
%endif
|
||||
push cx
|
||||
cld
|
||||
%ifdef __FAR_CODE__
|
||||
jmp far FPC_HANDLEERROR
|
||||
%else
|
||||
|
Loading…
Reference in New Issue
Block a user