瀏覽代碼

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

git-svn-id: trunk@36497 -
pierre 8 年之前
父節點
當前提交
adfd578659
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/msdos/system.pp

+ 1 - 1
rtl/msdos/system.pp

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