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