diff options
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_eu_emit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu_emit.c b/src/mesa/drivers/dri/i965/brw_eu_emit.c index 1128bad29e5..beac35e609a 100644 --- a/src/mesa/drivers/dri/i965/brw_eu_emit.c +++ b/src/mesa/drivers/dri/i965/brw_eu_emit.c @@ -2341,6 +2341,8 @@ brw_find_loop_end(struct brw_compile *p, int start_offset) int scale = 8; void *store = p->store; + assert(brw->gen >= 6); + /* Always start after the instruction (such as a WHILE) we're trying to fix * up. */ |