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
This commit is contained in:
qhuang8
2008-11-26 01:41:49 +00:00
parent fe186365de
commit 003c1db883
4 changed files with 0 additions and 10 deletions

View File

@@ -25,8 +25,6 @@
signed value Multiplier and generates a 64-bit signed result. This 64-bit
signed result is returned.
If the result overflows, then ASSERT().
@param Multiplicand A 64-bit signed value.
@param Multiplier A 64-bit signed value.