tgsi: Use ESI instead of EBX as temp reg on non-win32

This commit is contained in:
Keith Whitwell
2008-01-31 11:57:15 +00:00
committed by Ben Skeggs
parent 526bed2b95
commit c7403b1847
+6
View File
@@ -198,9 +198,15 @@ get_output_base( void )
static struct x86_reg
get_temp_base( void )
{
#ifdef WIN32
return x86_make_reg(
file_REG32,
reg_BX );
#else
return x86_make_reg(
file_REG32,
reg_SI );
#endif
}
static struct x86_reg