use CONTENT() macro on line 205 (Josh Vanderhoof)
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 4 Jun 2002 21:29:20 +0000 (21:29 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 4 Jun 2002 21:29:20 +0000 (21:29 +0000)
src/mesa/x86/common_x86_asm.S

index 61ff15a..f142e7d 100644 (file)
@@ -1,10 +1,10 @@
-/* $Id: common_x86_asm.S,v 1.8 2002/03/07 21:40:08 brianp Exp $ */
+/* $Id: common_x86_asm.S,v 1.9 2002/06/04 21:29:20 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.5
+ * Version:  4.0.3
  *
- * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2002  Brian Paul   All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -202,7 +202,7 @@ GLNAME( _mesa_test_os_sse_exception_support ):
        LDMXCSR ( REGOFF( -8, EBP ) )
 
        XORPS   ( XMM0, XMM0 )
-       MOVUPS  ( GLNAME( sse_test_dummy ), XMM1 )
+       MOVUPS  ( CONTENT( GLNAME( sse_test_dummy ) ), XMM1 )
 
        DIVPS   ( XMM0, XMM1 )