Skip to content

Commit

Permalink
erroneous break;
Browse files Browse the repository at this point in the history
  • Loading branch information
borb committed Mar 5, 2021
1 parent a0343eb commit 893800b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config_file/config_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ void add_mapping(struct emulator_config *cfg, unsigned int type, unsigned int ad
case MAPTYPE_REGISTER:
default:
break;
break;
}

printf("[MAP %d] Added %s mapping for range %.8lX-%.8lX ID: %s\n", index, map_type_names[type], cfg->map_offset[index], cfg->map_high[index] - 1, cfg->map_id[index] ? cfg->map_id[index] : "None");
Expand Down

0 comments on commit 893800b

Please sign in to comment.