mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 15:10:40 +02:00
* fixed intr/msdos bug introduced in r24308
git-svn-id: branches/i8086@24310 -
This commit is contained in:
parent
e107eaea28
commit
349f2868db
@ -128,7 +128,7 @@ int_number:
|
||||
mov bp, sp
|
||||
mov si, word [ss:bp + 8]
|
||||
mov ds, si
|
||||
mov si, word [ss:bp + 10]
|
||||
mov si, word [ss:bp + 16]
|
||||
mov word [si], ax
|
||||
mov word [si + 2], bx
|
||||
mov word [si + 4], cx
|
||||
|
Loading…
Reference in New Issue
Block a user