blob: 9b349e2b2571b0610ddb83bc2eca113351a4e12c (
plain) (
blame)
1
2
3
4
5
6
|
target-lm32/translate.c:336: bad ? : operator
[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;
|