All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <1885719@bugs.launchpad.net>
To: qemu-devel@nongnu.org
Subject: [Bug 1885719] Re: qemu/target/nios2/helper.c:261:20: style:inconclusive: Found duplicate branches for 'if' and 'else'
Date: Wed, 01 Jul 2020 08:05:17 -0000	[thread overview]
Message-ID: <159359071734.1124.11664834306382716322.malone@chaenomeles.canonical.com> (raw)
In-Reply-To: 159352074602.16310.7520706958589320059.malonedeb@soybean.canonical.com

Which version of QEMU did you use here? Apparently it was an older
version, since that code has been removed more than a year ago already:

 https://git.qemu.org/?p=qemu.git;a=commitdiff;h=0137c93ff8cbcebf

Please make sure to use the latest release of QEMU when reporting bugs.
Thanks!

** Changed in: qemu
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1885719

Title:
  qemu/target/nios2/helper.c:261:20: style:inconclusive: Found duplicate
  branches for 'if' and 'else'

Status in QEMU:
  Fix Released

Bug description:
  Source code is

              } else if (address >= 0x80000000) {
                  /* Kernel virtual page */
                  return cpu_nios2_handle_virtual_page(cs, address, rw, mmu_idx);
              } else {
                  /* User virtual page */
                  return cpu_nios2_handle_virtual_page(cs, address, rw, mmu_idx);
              }

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1885719/+subscriptions


  reply	other threads:[~2020-07-01  8:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-30 12:39 [Bug 1885719] [NEW] qemu/target/nios2/helper.c:261:20: style:inconclusive: Found duplicate branches for 'if' and 'else' dcb
2020-07-01  8:05 ` Thomas Huth [this message]
2020-07-01  8:52 ` [Bug 1885719] " dcb

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=159359071734.1124.11664834306382716322.malone@chaenomeles.canonical.com \
    --to=1885719@bugs.launchpad.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.