This commit is contained in:
pancake 2014-03-18 02:54:00 +01:00
parent 10b901736e
commit 36635d0728

View File

@ -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;