Fix VA with curset
This commit is contained in:
parent
619e07c21b
commit
42f76858a1
1 changed files with 2 additions and 1 deletions
|
|
@ -276,8 +276,9 @@ R_API int r_core_visual_cmd(RCore *core, int ch) {
|
|||
break;
|
||||
case 'A':
|
||||
{ int oc = curset;
|
||||
ut64 off = curset? core->offset+cursor : core->offset;
|
||||
curset = 0;
|
||||
r_core_visual_asm (core, curset? core->offset+cursor : core->offset);
|
||||
r_core_visual_asm (core, off);
|
||||
curset = oc;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue