Fixed a harmless bug introduced with rev 1111.
This commit is contained in:
parent
d51cefb097
commit
2c2fb7caf2
@ -815,7 +815,7 @@ static int make_hppa_palo_sector(Ecma119Image *t, uint8_t *buf, int hdrversion,
|
||||
|
||||
img = t->image;
|
||||
if (img->hppa_cmdline == NULL && img->hppa_bootloader == NULL &&
|
||||
img->hppa_kernel_32 == NULL && img->hppa_kernel_64 &&
|
||||
img->hppa_kernel_32 == NULL && img->hppa_kernel_64 == NULL &&
|
||||
img->hppa_ramdisk == NULL)
|
||||
return ISO_SUCCESS;
|
||||
if (img->hppa_cmdline == NULL || img->hppa_bootloader == NULL ||
|
||||
|
Loading…
Reference in New Issue
Block a user