tgsi: add const qualifier to tokens on sse emit
This commit is contained in:
@@ -2332,7 +2332,7 @@ emit_declaration(
|
||||
*/
|
||||
unsigned
|
||||
tgsi_emit_sse2(
|
||||
struct tgsi_token *tokens,
|
||||
const struct tgsi_token *tokens,
|
||||
struct x86_function *func,
|
||||
float (*immediates)[4])
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@ struct x86_function;
|
||||
|
||||
unsigned
|
||||
tgsi_emit_sse2(
|
||||
struct tgsi_token *tokens,
|
||||
const struct tgsi_token *tokens,
|
||||
struct x86_function *function,
|
||||
float (*immediates)[4]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user