From 462183fe4cb6df6d90632d9e2cee881c8d26b1cb Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Mon, 26 Apr 2004 10:10:22 +0000 Subject: bring over build fixes from stable branch --- src/mesa/sparc/clip.S | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mesa/sparc/clip.S') diff --git a/src/mesa/sparc/clip.S b/src/mesa/sparc/clip.S index fc5c677ee4..4243cae453 100644 --- a/src/mesa/sparc/clip.S +++ b/src/mesa/sparc/clip.S @@ -25,6 +25,13 @@ #define VEC_SIZE_3 7 #define VEC_SIZE_4 15 +#ifdef SVR4 + /* Solaris requires this for 64-bit. */ + .register %g2, #scratch + .register %g3, #scratch + .register %g7, #scratch +#endif + .text .align 64 -- cgit v1.2.3