]> git.sesse.net Git - pistorm/commitdiff
erroneous break;
authorjust nine <nine@aphlor.org>
Fri, 5 Mar 2021 17:43:27 +0000 (17:43 +0000)
committerjust nine <nine@aphlor.org>
Fri, 5 Mar 2021 17:43:27 +0000 (17:43 +0000)
config_file/config_file.c

index 67a69a5761d780e84f8e31917ce31e324c262e55..7dbd238afbdb4122566deaf2e66e801eb2db2c15 100644 (file)
@@ -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");