mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* fixed bug in FPC_INTR and FPC_MSDOS
git-svn-id: branches/i8086@24046 -
This commit is contained in:
parent
d8af51fdab
commit
9b79c52f32
@ -27,6 +27,7 @@ FPC_INTR:
|
||||
push bx
|
||||
push cx
|
||||
push si
|
||||
push dx
|
||||
push ds
|
||||
mov si, dx
|
||||
mov ax, word [si + 16]
|
||||
@ -74,6 +75,7 @@ int_number:
|
||||
mov word [si + 18], ax
|
||||
|
||||
pop ds
|
||||
pop dx
|
||||
pop si
|
||||
pop cx
|
||||
pop bx
|
||||
|
Loading…
Reference in New Issue
Block a user