From 19121e2802ced7b4ddb64394bfb03655c3bf03dd Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 9 Apr 2007 18:36:55 -0600 Subject: undo a debug/test change --- src/mesa/shader/slang/slang_emit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/shader/slang') diff --git a/src/mesa/shader/slang/slang_emit.c b/src/mesa/shader/slang/slang_emit.c index 088deaa8ee..0fd99b85d2 100644 --- a/src/mesa/shader/slang/slang_emit.c +++ b/src/mesa/shader/slang/slang_emit.c @@ -1793,7 +1793,7 @@ _slang_emit_code(slang_ir_node *n, slang_var_table *vt, emitInfo.Subroutines = NULL; emitInfo.NumSubroutines = 0; - emitInfo.EmitHighLevelInstructions = 0*ctx->Shader.EmitHighLevelInstructions; + emitInfo.EmitHighLevelInstructions = ctx->Shader.EmitHighLevelInstructions; emitInfo.EmitCondCodes = ctx->Shader.EmitCondCodes; emitInfo.EmitComments = ctx->Shader.EmitComments; emitInfo.EmitBeginEndSub = GL_TRUE; -- cgit v1.2.3