Use ebp as frame buffer in DivU64x32. Fix a typo in GetPowerOfTwo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5532 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
; two and less than Input
|
||||
;
|
||||
;--*/
|
||||
GetPowerOfTow PROC
|
||||
GetPowerOfTwo PROC
|
||||
xor eax, eax
|
||||
mov edx, eax
|
||||
mov ecx, [esp + 8] ; dword ptr Input[4]
|
||||
@@ -63,5 +63,5 @@ _F:
|
||||
_Exit:
|
||||
|
||||
ret
|
||||
GetPowerOfTow ENDP
|
||||
GetPowerOfTwo ENDP
|
||||
END
|
||||
|
Reference in New Issue
Block a user