* [Qemu-devel] [5458] Fix some debugging mistakes/leftovers
@ 2008-10-11 17:37 malc
0 siblings, 0 replies; only message in thread
From: malc @ 2008-10-11 17:37 UTC (permalink / raw)
To: qemu-devel
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"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-11 17:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-11 17:37 [Qemu-devel] [5458] Fix some debugging mistakes/leftovers malc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).