mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* fixed bug in the intr and msdos functions, introduced in r24462
git-svn-id: trunk@24463 -
This commit is contained in:
parent
0a8e008a0d
commit
b2c95c851a
@ -133,7 +133,7 @@ int_number:
|
||||
mov bp, sp
|
||||
mov si, word [ss:bp + 8]
|
||||
mov ds, si
|
||||
mov si, word [ss:bp + 16]
|
||||
mov si, word [ss:bp + 14]
|
||||
mov word [si], ax
|
||||
mov word [si + 2], bx
|
||||
mov word [si + 4], cx
|
||||
|
Loading…
Reference in New Issue
Block a user