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:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user