浏览代码

* 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);