Reviewed-by: Liming Gao <[email protected]>
> -----Original Message----- > From: edk2-devel [mailto:[email protected]] On Behalf Of > Hao Wu > Sent: Thursday, July 21, 2016 11:51 AM > To: [email protected] > Cc: Wu, Hao A <[email protected]> > Subject: [edk2] [PATCH 0/2] Resolve IA32 ARCH VS2015 build error in > NetworkPkg > > When using the following version of compiler in VS2015: > Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24210 for x86 > > The IA32 ARCH build will meet "unresolved external symbol __allmul" build > errors. They are caused by calls to the gBS->SetTimer() function. > > Now, when the third parameter for gBS->SetTimer() is get by a > multiplication, we need to explictly use the MultU64x32/MultU64x64 > functions. > > Hao Wu (2): > NetworkPkg IScsiDxe: Fix build error for lastest VS2015 compiler > NetworkPkg UefiPxeBcDxe: Fix build error for lastest VS2015 compiler > > NetworkPkg/IScsiDxe/IScsiProto.c | 6 +++++- > NetworkPkg/UefiPxeBcDxe/PxeBcBoot.c | 4 ++-- > 2 files changed, 7 insertions(+), 3 deletions(-) > > -- > 1.9.5.msysgit.0 > > _______________________________________________ > edk2-devel mailing list > [email protected] > https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

