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

Reply via email to