mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 04:17:25 +00:00
Combined 2 assignments
This commit is contained in:
parent
f21f38a255
commit
6d0f9ce282
@ -5886,8 +5886,7 @@ toro:
|
|||||||
};
|
};
|
||||||
int skip_bytes = handleMidFlags (core, &ds, true);
|
int skip_bytes = handleMidFlags (core, &ds, true);
|
||||||
if (skip_bytes && midflags > R_MIDFLAGS_SHOW) {
|
if (skip_bytes && midflags > R_MIDFLAGS_SHOW) {
|
||||||
ret = skip_bytes;
|
asmop.size = ret = skip_bytes;
|
||||||
asmop.size = ret;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (fmt == 'C') {
|
if (fmt == 'C') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user