From: Eric Anholt Date: Thu, 18 Nov 2010 03:48:47 +0000 (+0800) Subject: i965: Remove extra \n at the end of every instruction in INTEL_DEBUG=wm. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9b420d3bda25ea517b66c5ee2c6bde4fdff3935;p=mesa.git i965: Remove extra \n at the end of every instruction in INTEL_DEBUG=wm. --- diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index f202385e8f1..2b5ad794bf7 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs.cpp @@ -3346,7 +3346,6 @@ fs_visitor::generate_code() ((uint32_t *)&p->store[i])[0]); } brw_disasm(stdout, &p->store[i], intel->gen); - printf("\n"); } }