From 0fb90682e7103d7f75c17b1b86595eb7f1f49d25 Mon Sep 17 00:00:00 2001 From: qwang12 Date: Mon, 21 Jul 2008 05:57:04 +0000 Subject: 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 --- .../Foundation/Library/EfiCommonLib/Ia32/GetPowerOfTwo.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/GetPowerOfTwo.asm') diff --git a/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/GetPowerOfTwo.asm b/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/GetPowerOfTwo.asm index 2d7b6de7a3..af009c7a7a 100644 --- a/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/GetPowerOfTwo.asm +++ b/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/GetPowerOfTwo.asm @@ -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 -- cgit v1.2.3