mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 11:30:31 +02:00
Correct error in commit 36437: restore interrupt must be $10, not $06
git-svn-id: trunk@36497 -
This commit is contained in:
parent
e0cbd48785
commit
adfd578659
@ -251,7 +251,7 @@ Procedure SysInitFPU;
|
|||||||
mov bx,word [SaveInt10]
|
mov bx,word [SaveInt10]
|
||||||
mov dx,word [SaveInt10+2]
|
mov dx,word [SaveInt10+2]
|
||||||
mov es,dx
|
mov es,dx
|
||||||
mov ax, $2506
|
mov ax, $2510
|
||||||
int $21
|
int $21
|
||||||
pop es
|
pop es
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user