mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-19 03:09:09 +00:00
fixed my stupid mistake
This commit is contained in:
parent
a889ab9567
commit
0a1a4289a6
@ -1432,11 +1432,7 @@ repeat:
|
||||
r_core_visual_browse (core);
|
||||
break;
|
||||
case 's':
|
||||
if (r_config_get_i (core->config, "cfg.debug")) {
|
||||
r_core_cmd0 (core, "ds;.dr*"); // ;sr PC");
|
||||
} else {
|
||||
panelSingleStepIn (core);
|
||||
}
|
||||
panelSingleStepIn (core);
|
||||
setRefreshAll (panels);
|
||||
break;
|
||||
case 'S':
|
||||
|
Loading…
Reference in New Issue
Block a user