mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
intel/compiler: replace 0 pointer with NULL
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
This commit is contained in:
parent
8074f68b3b
commit
d600b19640
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ bool brw_try_override_assembly(struct brw_codegen *p, int start_offset,
|
|||
ASSERTED bool valid =
|
||||
brw_validate_instructions(p->devinfo, p->store,
|
||||
start_offset, p->next_insn_offset,
|
||||
0);
|
||||
NULL);
|
||||
assert(valid);
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue