]> git.proxmox.com Git - mirror_edk2.git/commit
Remove checking for overflow in several Multiple functions in BaseLib, for it is...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 26 Nov 2008 01:41:49 +0000 (01:41 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 26 Nov 2008 01:41:49 +0000 (01:41 +0000)
commit003c1db883a1e5c4011ded3fe17c2d9405292dd9
tree111277d575948b7b30f4808355dc8a961033044e
parentfe186365de5a889037798295e9f01cd6c12126e9
Remove checking for overflow in several Multiple functions in BaseLib, for it is not feasible to check in C code.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6726 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/Library/BaseLib.h
MdePkg/Library/BaseLib/MultS64x64.c
MdePkg/Library/BaseLib/MultU64x32.c
MdePkg/Library/BaseLib/MultU64x64.c