mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 00:51:19 +00:00
Fix ombg command ##io
This commit is contained in:
parent
87a38708e0
commit
eaa5c335ae
@ -700,11 +700,6 @@ static void cmd_open_banks(RCore *core, int argc, char *argv[]) {
|
||||
r_pvector_foreach_prev (&core->io->maps, it) {
|
||||
RIOMap *map = *it;
|
||||
r_io_bank_map_add_top (core->io, core->io->bank, map->id);
|
||||
ut64 from = r_io_map_from (map);
|
||||
ut64 to = r_io_map_to (map);
|
||||
r_io_bank_update_map_boundaries(core->io, core->io->bank,
|
||||
map->id, from, to);
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user