use CONTENT() macro on line 205 (Josh Vanderhoof)

This commit is contained in:
Brian Paul 2002-06-04 21:29:20 +00:00
parent f5a0781975
commit 28b03c6acb

View 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 )