From: malc <av1474@comtv.ru>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [5458] Fix some debugging mistakes/leftovers
Date: Sat, 11 Oct 2008 17:37:26 +0000 [thread overview]
Message-ID: <E1KoiP8-0007Fn-Dz@cvs.savannah.gnu.org> (raw)
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"
reply other threads:[~2008-10-11 17:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1KoiP8-0007Fn-Dz@cvs.savannah.gnu.org \
--to=av1474@comtv.ru \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).