mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-27 00:05:10 +00:00
Fix Vj
This commit is contained in:
parent
10b901736e
commit
36635d0728
@ -698,7 +698,7 @@ R_API int r_core_visual_cmd(RCore *core, int ch) {
|
||||
} else {
|
||||
if (core->printidx == 1 || core->printidx == 2) {
|
||||
cols = r_asm_disassemble (core->assembler,
|
||||
&op, core->block+cursor, 32);
|
||||
&op, core->block, 32);
|
||||
if (cols<1) cols = 1;
|
||||
#if 0
|
||||
cols = core->inc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user