qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Guillem Jover <guillem@debian.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [patch] fix typo in openpic timer test
Date: Thu, 23 Dec 2004 14:15:36 +0100	[thread overview]
Message-ID: <20041223131536.GC776@zulo.hadrons.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 132 bytes --]

Hi,

This patch comes from warning triaging. It seems a typo in the
openpic timer test function.

Patch attached.

reagrds,
guillem

[-- Attachment #2: qemu-0.6.0_fix_openpic_timer_test.patch --]
[-- Type: text/plain, Size: 676 bytes --]

Package: qemu
Version: 0.6.0
Author: Guillem Jover <guillem@debian.org>
Status: not-applied
Description:
 Fix typo in openpic timer test.

diff -Naur qemu-0.6.0.dfsg.2.orig/hw/openpic.c qemu-0.6.0.dfsg.2/hw/openpic.c
--- qemu-0.6.0.dfsg.2.orig/hw/openpic.c	2004-07-10 20:20:09.000000000 +0200
+++ qemu-0.6.0.dfsg.2/hw/openpic.c	2004-11-15 08:44:01.000000000 +0100
@@ -629,7 +629,7 @@
         break;
     case 0x10: /* TIBC */
 	if ((opp->timers[idx].ticc & 0x80000000) != 0 &&
-	    (val & 0x800000000) == 0 &&
+	    (val & 0x80000000) == 0 &&
             (opp->timers[idx].tibc & 0x80000000) != 0)
 	    opp->timers[idx].ticc &= ~0x80000000;
 	opp->timers[idx].tibc = val;

                 reply	other threads:[~2004-12-23 13:26 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=20041223131536.GC776@zulo.hadrons.org \
    --to=guillem@debian.org \
    --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).