sanity check
This commit is contained in:
parent
552011dfa0
commit
0354558bb8
1 changed files with 3 additions and 0 deletions
3
main.cpp
3
main.cpp
|
@ -567,6 +567,9 @@ int main(int argc, char *argv[])
|
||||||
for(auto & file: disk_files)
|
for(auto & file: disk_files)
|
||||||
rp06_dev->access_disk_backends()->push_back(file);
|
rp06_dev->access_disk_backends()->push_back(file);
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
error_exit(false, "Internal error: disk-type %s not understood", disk_type.c_str());
|
||||||
|
}
|
||||||
|
|
||||||
if (enable_bootloader)
|
if (enable_bootloader)
|
||||||
set_boot_loader(b, bootloader);
|
set_boot_loader(b, bootloader);
|
||||||
|
|
Loading…
Add table
Reference in a new issue