use 64-bit typedefs for portability
This commit is contained in:
@@ -955,7 +955,7 @@ static void cvp_emit_inst( struct compilation *cp,
|
||||
struct reg reg[3];
|
||||
GLuint result, nr_args, i;
|
||||
|
||||
assert(sizeof(*op) == sizeof(long long));
|
||||
assert(sizeof(*op) == sizeof(MESA_LONGLONG));
|
||||
|
||||
/* Need to handle SWZ, ARL specially.
|
||||
*/
|
||||
|
@@ -111,7 +111,7 @@ union instruction {
|
||||
GLuint pad2;
|
||||
} msk;
|
||||
|
||||
long long dword;
|
||||
MESA_LONGLONG dword;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user