Fix some debugging mistakes/leftovers

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5458 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
malc 2008-10-11 17:37:25 +00:00
parent 17e1592d27
commit 1792f2867c
1 changed files with 0 additions and 2 deletions

View File

@ -199,7 +199,6 @@ static void vga_precise_update_retrace_info(VGAState *s)
htotal_chars <<= clocking_mode; htotal_chars <<= clocking_mode;
r->total_chars = vtotal_lines * htotal_chars; r->total_chars = vtotal_lines * htotal_chars;
r->total_chars = (vretr_start_line + vretr_end_line + 1) * htotal_chars;
if (r->freq) { if (r->freq) {
r->ticks_per_char = ticks_per_sec / (r->total_chars * r->freq); r->ticks_per_char = ticks_per_sec / (r->total_chars * r->freq);
} else { } else {
@ -214,7 +213,6 @@ static void vga_precise_update_retrace_info(VGAState *s)
r->htotal = htotal_chars; r->htotal = htotal_chars;
#if 0 #if 0
printf("hz=%f\n",
printf ( printf (
"hz=%f\n" "hz=%f\n"
"htotal = %d\n" "htotal = %d\n"