mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-07 13:51:16 +00:00
fix 'ar all'
This commit is contained in:
parent
91167b18b8
commit
8171b4be4f
@ -670,7 +670,6 @@ static void __anal_reg_list (RCore *core, int type, int size, char mode) {
|
||||
use_color = NULL;
|
||||
}
|
||||
core->dbg->reg = core->anal->reg;
|
||||
type = R_REG_TYPE_GPR;
|
||||
r_debug_reg_list (core->dbg, type, bits, mode, use_color);
|
||||
core->dbg->reg = hack;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user