Module Name:    xsrc
Committed By:   macallan
Date:           Fri Nov 13 20:23:47 UTC 2009

Modified Files:
        xsrc/external/mit/xf86-video-sunffb/dist/src: ffb_asm.s

Log Message:
reapply 64bit fixes


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
    xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_asm.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_asm.s
diff -u xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_asm.s:1.1.1.2 xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_asm.s:1.2
--- xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_asm.s:1.1.1.2	Mon Nov  9 05:32:23 2009
+++ xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_asm.s	Fri Nov 13 20:23:47 2009
@@ -24,6 +24,9 @@
  */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_asm.s,v 1.1 2000/05/18 23:21:35 dawes Exp $ */
 
+  .register %g2, #scratch
+  .register %g3, #scratch
+
 /* Hardware register offsets */
 #define FFB_BY		0x0060
 #define FFB_DY		0x0068

Reply via email to