summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/MultU64x32.c
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-26 01:41:49 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-26 01:41:49 +0000
commit003c1db883a1e5c4011ded3fe17c2d9405292dd9 (patch)
tree111277d575948b7b30f4808355dc8a961033044e /MdePkg/Library/BaseLib/MultU64x32.c
parentfe186365de5a889037798295e9f01cd6c12126e9 (diff)
downloadedk2-003c1db883a1e5c4011ded3fe17c2d9405292dd9.tar.gz
edk2-003c1db883a1e5c4011ded3fe17c2d9405292dd9.tar.bz2
edk2-003c1db883a1e5c4011ded3fe17c2d9405292dd9.zip
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
Diffstat (limited to 'MdePkg/Library/BaseLib/MultU64x32.c')
-rw-r--r--MdePkg/Library/BaseLib/MultU64x32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/MultU64x32.c b/MdePkg/Library/BaseLib/MultU64x32.c
index 7a3e1c7de4..7a8dca8fc0 100644
--- a/MdePkg/Library/BaseLib/MultU64x32.c
+++ b/MdePkg/Library/BaseLib/MultU64x32.c
@@ -25,8 +25,6 @@
unsigned value Multiplier and generates a 64-bit unsigned result. This 64-
bit unsigned result is returned.
- If the result overflows, then ASSERT().
-
@param Multiplicand A 64-bit unsigned value.
@param Multiplier A 32-bit unsigned value.