Pārlūkot izejas kodu

* the parameter of WriteWord should be word, not byte :)

git-svn-id: trunk@45269 -
nickysn 5 gadi atpakaļ
vecāks
revīzija
3ab5acccb1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compiler/z80/aasmcpu.pas

+ 1 - 1
compiler/z80/aasmcpu.pas

@@ -446,7 +446,7 @@ implementation
           objdata.writebytes(b,1);
         end;
 
-      procedure WriteWord(w: byte);
+      procedure WriteWord(w: word);
         var
           bytes: array [0..1] of Byte;
         begin