/bin/bash: q : commande introuvable

This commit is contained in:
Vincent Lejeune 2013-04-13 16:35:39 +02:00
parent a0c8942bb4
commit a7f73f5155
2 changed files with 2 additions and 2 deletions

View File

@ -1899,7 +1899,7 @@ static int r600_shader_from_tgsi(struct r600_screen *rscreen,
}
}
/* add program end */
if (ctx.bc->chip_class == CAYMAN)
if (!use_llvm && ctx.bc->chip_class == CAYMAN)
cm_bytecode_add_cf_end(ctx.bc);
/* check GPR limit - we have 124 = 128 - 4

View File

@ -1 +1 @@
@179684
@180123