Fixed required image loading (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2011-12-22 15:53:25 +00:00
parent 0b03356800
commit 94493777d6

View File

@ -1711,6 +1711,7 @@ bool load_software_part(emu_options &options, device_image_interface *image, con
const char *option = options.value(req_image->brief_instance_name());
// mount only if not already mounted
if (strlen(option)==0) {
req_image->set_init_phase();
req_image->load(requirement);
}
break;