> > CpuMpData = (CPU_MP_DATA *) (Idtr.Base + Idtr.Limit + 1); > > + ASSERT (CpuMpData != NULL);
In this case, Idtr.Base, Idtr.Limit both equal to zero and CpuMpData is 1. ASSERT () cannot trigger assertion here. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#70751): https://edk2.groups.io/g/devel/message/70751 Mute This Topic: https://groups.io/mt/80035510/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-