added const qualifiers
This commit is contained in:
Regular → Executable
+2
-2
@@ -1824,7 +1824,7 @@ emit_declaration(
|
||||
|
||||
unsigned
|
||||
tgsi_emit_sse2(
|
||||
struct tgsi_token *tokens,
|
||||
const struct tgsi_token *tokens,
|
||||
struct x86_function *func )
|
||||
{
|
||||
struct tgsi_parse_context parse;
|
||||
@@ -1889,7 +1889,7 @@ tgsi_emit_sse2(
|
||||
*/
|
||||
unsigned
|
||||
tgsi_emit_sse2_fs(
|
||||
struct tgsi_token *tokens,
|
||||
const struct tgsi_token *tokens,
|
||||
struct x86_function *func )
|
||||
{
|
||||
struct tgsi_parse_context parse;
|
||||
|
||||
Regular → Executable
+2
-2
@@ -10,12 +10,12 @@ struct x86_function;
|
||||
|
||||
unsigned
|
||||
tgsi_emit_sse2(
|
||||
struct tgsi_token *tokens,
|
||||
const struct tgsi_token *tokens,
|
||||
struct x86_function *function );
|
||||
|
||||
unsigned
|
||||
tgsi_emit_sse2_fs(
|
||||
struct tgsi_token *tokens,
|
||||
const struct tgsi_token *tokens,
|
||||
struct x86_function *function );
|
||||
|
||||
#if defined __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user