16/04/2024 20:16, Morten Brørup: > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > Sent: Tuesday, 16 April 2024 18.33 > > > > RTE_FINI expansion failed to specify void * type for storage of > > destructor function pointer resulting it defaulting to type ``int``. > > > > Update the macro to specify ``void *`` as the type so the correct size > > is allocated in the segment. > > > > Fixes: 64eff943ca82 ("eal: implement constructors for MSVC") > > Cc: roret...@linux.microsoft.com > > Cc: sta...@dpdk.org > > > > Signed-off-by: Tyler Retzlaff <roret...@linux.microsoft.com> > > Acked-by: Morten Brørup <m...@smartsharesystems.com>
Applied, thanks.