From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KoiPE-0003WG-9G for qemu-devel@nongnu.org; Sat, 11 Oct 2008 13:37:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KoiPC-0003US-RW for qemu-devel@nongnu.org; Sat, 11 Oct 2008 13:37:31 -0400 Received: from [199.232.76.173] (port=37809 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KoiPC-0003UP-MP for qemu-devel@nongnu.org; Sat, 11 Oct 2008 13:37:30 -0400 Received: from savannah.gnu.org ([199.232.41.3]:44421 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KoiPC-0002wQ-6U for qemu-devel@nongnu.org; Sat, 11 Oct 2008 13:37:30 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KoiP8-0007Fs-Kx for qemu-devel@nongnu.org; Sat, 11 Oct 2008 17:37:26 +0000 Received: from malc by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KoiP8-0007Fn-Dz for qemu-devel@nongnu.org; Sat, 11 Oct 2008 17:37:26 +0000 MIME-Version: 1.0 Errors-To: malc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: malc Message-Id: Date: Sat, 11 Oct 2008 17:37:26 +0000 Subject: [Qemu-devel] [5458] Fix some debugging mistakes/leftovers Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 5458 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5458 Author: malc Date: 2008-10-11 17:37:25 +0000 (Sat, 11 Oct 2008) Log Message: ----------- Fix some debugging mistakes/leftovers Modified Paths: -------------- trunk/hw/vga.c Modified: trunk/hw/vga.c =================================================================== --- trunk/hw/vga.c 2008-10-11 12:00:42 UTC (rev 5457) +++ trunk/hw/vga.c 2008-10-11 17:37:25 UTC (rev 5458) @@ -199,7 +199,6 @@ htotal_chars <<= clocking_mode; r->total_chars = vtotal_lines * htotal_chars; - r->total_chars = (vretr_start_line + vretr_end_line + 1) * htotal_chars; if (r->freq) { r->ticks_per_char = ticks_per_sec / (r->total_chars * r->freq); } else { @@ -214,7 +213,6 @@ r->htotal = htotal_chars; #if 0 - printf("hz=%f\n", printf ( "hz=%f\n" "htotal = %d\n"