Explorar o código

* use stosb instead of mov in PutPixelX

git-svn-id: trunk@41045 -
nickysn %!s(int64=6) %!d(string=hai) anos
pai
achega
6ad69d0ab9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/graph/src/msdos/graph.pp

+ 1 - 1
packages/graph/src/msdos/graph.pp

@@ -2655,7 +2655,7 @@ const CrtAddress: word = 0;
     out dx, ax
     (* End selection of plane *)
     mov al, byte ptr [Color]  ; { only lower byte is used. }
-    mov es:[di], al
+    stosb
 @@Done:
   end;
 {$endif asmgraph}