On 06.10.2024 23:49, Daniel P. Smith wrote: > @@ -2061,8 +2067,9 @@ void asmlinkage __init noreturn __start_xen(unsigned > long mbi_p) > * We're going to setup domain0 using the module(s) that we stashed > safely > * above our heap. The second module, if present, is an initrd ramdisk. > */ > - dom0 = create_dom0(mod, bi->mods[0].headroom, > - initrdidx < bi->nr_modules ? mod + initrdidx : NULL, > + dom0 = create_dom0(bi->mods[0].mod, bi->mods[0].headroom, > + initrdidx < bi->nr_modules ? > + bi->mods[initrdidx].mod : NULL,
See an earlier comment regarding wrapped ?:. We certainly never have indentation levels of 5 blanks. Jan