A stray version.
authorkeie <none@none>
Mon, 4 Mar 1985 15:35:39 +0000 (15:35 +0000)
committerkeie <none@none>
Mon, 4 Mar 1985 15:35:39 +0000 (15:35 +0000)
--HG--
branch : unlabeled-2.1.1

mach/m68k4/libem/dvi.s

index fc74fb4..639bd2e 100644 (file)
@@ -3,7 +3,7 @@
  ! signed long divide
        .text
 .dvi:
-       movem.l d0/d4,.savdvi
+       movem.l d0/d2,.savdvi
        move.l  (sp)+,.retdvi
        move.l  (sp)+,d0
        move.l  (sp)+,d1
 5:
        tst.l   d4
        bpl     6f
-       neg.l   d2      ! remainder
+       neg.l   d3      ! remainder
 6:
-       movem.l .savdvi,d0/d4
+       movem.l .savdvi,d0/d2
        move.l  .retdvi,-(sp)
        rts
 .data
-.savdvi:       .space 12
+.savdvi:       .space 8
 .retdvi:       .long 0
 .text
 .align 2