ソースを参照

* mark the registers, modified by DebugWriteLn's asm code

git-svn-id: branches/i8086@23971 -
nickysn 12 年 前
コミット
7db978c3a4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      rtl/msdos/system.pp

+ 1 - 1
rtl/msdos/system.pp

@@ -73,7 +73,7 @@ begin
     mov dl, al
     int 21h
     loop @@1
-  end;
+  end ['ax','bx','cx','dx','si','di'];
 end;
 
 procedure DebugWriteLn(const S: string);