i915g: Fix warnings in scons build by using byte pointers
scons build complained about void pointer math
This commit is contained in:
@@ -69,8 +69,8 @@ struct intel_batchbuffer {
|
||||
* each dword written.
|
||||
*/
|
||||
/*{@*/
|
||||
void *map;
|
||||
void *ptr;
|
||||
uint8_t *map;
|
||||
uint8_t *ptr;
|
||||
size_t size;
|
||||
|
||||
size_t relocs;
|
||||
|
||||
Reference in New Issue
Block a user