Browse Source

tosunits: fix the package build for Coldfire

Karoly Balogh 3 years ago
parent
commit
b27335e8a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/tosunits/src/vdi.pas

+ 1 - 1
packages/tosunits/src/vdi.pas

@@ -450,7 +450,7 @@ asm
   pea.l       (a2)
   pea.l       (a2)
   moveq.l     #-2,d0
   moveq.l     #-2,d0
   trap        #2
   trap        #2
-  addq.w      #2,d0
+  addq        #2,d0
   ext.l       d0
   ext.l       d0
   movea.l     (a7)+,a2
   movea.l     (a7)+,a2
 end;
 end;