diff --git a/src/gallium/drivers/r300/compiler/radeon_optimize.c b/src/gallium/drivers/r300/compiler/radeon_optimize.c index cde24044f46..7ed93f3aa78 100644 --- a/src/gallium/drivers/r300/compiler/radeon_optimize.c +++ b/src/gallium/drivers/r300/compiler/radeon_optimize.c @@ -1329,6 +1329,7 @@ static void transform_vertex_ROUND(struct radeon_compiler *c, struct rc_instruction *inst) { struct rc_reader_data readers; + readers.ExitOnAbort = 0; rc_get_readers(c, inst, &readers, NULL, NULL, NULL); assert(readers.ReaderCount > 0);