git: 9front

Download patch

ref: a240cfe6b5a78dd876270826c364e2742abb8745
parent: b32eafeae52be981577e3e62dde90f12b3649d1e
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;
--