mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 07:26:42 +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);
|
||||
if (skip_bytes && midflags > R_MIDFLAGS_SHOW) {
|
||||
ret = skip_bytes;
|
||||
asmop.size = ret;
|
||||
asmop.size = ret = skip_bytes;
|
||||
}
|
||||
}
|
||||
if (fmt == 'C') {
|
||||
|
Loading…
Reference in New Issue
Block a user