Reviewed-by: Ilia Mirkin <[email protected]>
On Mon, Apr 25, 2016 at 4:47 PM, Samuel Pitoiset <[email protected]> wrote: > Signed-off-by: Samuel Pitoiset <[email protected]> > --- > src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gm107.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gm107.cpp > b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gm107.cpp > index 31ddb11..35930e3 100644 > --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gm107.cpp > +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gm107.cpp > @@ -3031,7 +3031,7 @@ CodeEmitterGM107::emitInstruction(Instruction *i) > case FILE_MEMORY_SHARED: emitSTS(); break; > case FILE_MEMORY_GLOBAL: emitST(); break; > default: > - assert(!"invalid load"); > + assert(!"invalid store"); > emitNOP(); > break; > } > -- > 2.8.0 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
