blob: 2d390b76375b65e330ec13f5dd75255d1eb53c5d (
plain) (
blame)
1
2
3
4
5
6
7
|
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;
|