Explorar el Código

tosunits: fix the package build for Coldfire

Karoly Balogh hace 3 años
padre
commit
b27335e8a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/tosunits/src/vdi.pas

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

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