Fix ombg command ##io

This commit is contained in:
condret 2021-10-10 00:33:35 +02:00
parent 87a38708e0
commit eaa5c335ae

View File

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