qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug 1885719] Re: qemu/target/nios2/helper.c:261:20: style:inconclusive:


From: Thomas Huth
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

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 via email to

[Prev in Thread] Current Thread [Next in Thread]