mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +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 dx,word [SaveInt10+2]
|
||||
mov es,dx
|
||||
mov ax, $2506
|
||||
mov ax, $2510
|
||||
int $21
|
||||
pop es
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user