Ver código fonte

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

git-svn-id: branches/i8086@23971 -
nickysn 12 anos atrás
pai
commit
7db978c3a4
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      rtl/msdos/system.pp

+ 1 - 1
rtl/msdos/system.pp

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