qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Bug 1414293] [NEW] target-lm32/translate.c:336: bad ? : op


From: dcb
Subject: [Qemu-devel] [Bug 1414293] [NEW] target-lm32/translate.c:336: bad ? : operator
Date: Sat, 24 Jan 2015 13:12:01 -0000

Public bug reported:

[qemu/target-lm32/translate.c:336]: (style) Same expression in both
branches of ternary operator.

   int rY = (dc->format == OP_FMT_RR) ? dc->r0 : dc->r0;

** Affects: qemu
     Importance: Undecided
         Status: New

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

Title:
  target-lm32/translate.c:336: bad ? : operator

Status in QEMU:
  New

Bug description:
  [qemu/target-lm32/translate.c:336]: (style) Same expression in both
  branches of ternary operator.

     int rY = (dc->format == OP_FMT_RR) ? dc->r0 : dc->r0;

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



reply via email to

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