Correct error in commit 36437: restore interrupt must be $10, not $06

git-svn-id: trunk@36497 -
This commit is contained in:
pierre 2017-06-13 21:02:10 +00:00
parent e0cbd48785
commit adfd578659

View File

@ -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;