shithub: riscv

Download patch

ref: fa94532c0843b6f2b6e132b762f497b9cc4066f4
parent: 0b85c859f5b1ef284781a67eb40080f669e9233a
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Apr 30 22:15:03 EDT 2017

vgamach64xx: remove drawdebug reference

--- a/sys/src/9/pc/vgamach64xx.c
+++ b/sys/src/9/pc/vgamach64xx.c
@@ -796,9 +796,6 @@
 	ulong pitch;
 	ulong ctl;
 
-if(drawdebug)
-	iprint("hwfill %R val %lux...\n", r, sval);
-
 	/* shouldn't happen */
 	if(scr->io == 0x2EC || scr->io == 0x1C8 || scr->io == 0)
 		return 0;