i965: Remove extra \n at the end of every instruction in INTEL_DEBUG=wm.

This commit is contained in:
Eric Anholt 2010-11-18 11:48:47 +08:00
parent 5944cda6ed
commit f9b420d3bd

View file

@ -3346,7 +3346,6 @@ fs_visitor::generate_code()
((uint32_t *)&p->store[i])[0]);
}
brw_disasm(stdout, &p->store[i], intel->gen);
printf("\n");
}
}