diff options
Diffstat (limited to 'src/intel/compiler/brw_inst.h')
-rw-r--r-- | src/intel/compiler/brw_inst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_inst.h b/src/intel/compiler/brw_inst.h index a0b8fb66dd6..5b2ce32ae40 100644 --- a/src/intel/compiler/brw_inst.h +++ b/src/intel/compiler/brw_inst.h @@ -88,7 +88,7 @@ brw_inst_##name(const struct gen_device_info *devinfo, \ } else { \ high = hi4; low = lo4; \ } \ - assert(((int) high) != -1 && ((int) low) != -1); \ + assert(((int) high) != -1 && ((int) low) != -1); /* A general macro for cases where the field has moved to several different * bit locations across generations. GCC appears to combine cases where the |