mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-17 12:48:41 +00:00
Fix unalignment issue on xtensa calls
This commit is contained in:
parent
95522fd69c
commit
31bf92a5bd
@ -3154,7 +3154,7 @@ static int ds_print_shortcut(RDisasmState *ds, ut64 addr, int pos) {
|
||||
char *shortcut = r_core_add_asmqjmp (ds->core, addr);
|
||||
int slen = shortcut? strlen (shortcut): 0;
|
||||
if (!pos && !shortcut) {
|
||||
r_cons_printf (" ");
|
||||
r_cons_printf (" ");
|
||||
return 0;
|
||||
}
|
||||
if (pos) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user