summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/X64/FlushCacheLine.asm
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-28 08:42:05 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-28 08:42:05 +0000
commit939d5406999cd671022e9bcbf4671cac09fc3ece (patch)
treeb1db8b46987437a31c96c6d8166f84a291bca4f9 /MdePkg/Library/BaseLib/X64/FlushCacheLine.asm
parentee80c4d0249617b6531b77c579c4a9244d6cbf5d (diff)
downloadedk2-platforms-939d5406999cd671022e9bcbf4671cac09fc3ece.tar.xz
1. Fixed bug in FlushCacheLine.asm, added return value
2. Updated AsmEnablePaging64(), added far jump to long mode with updating CS git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@649 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/X64/FlushCacheLine.asm')
-rw-r--r--MdePkg/Library/BaseLib/X64/FlushCacheLine.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/X64/FlushCacheLine.asm b/MdePkg/Library/BaseLib/X64/FlushCacheLine.asm
index 9978e734aa..44d7730947 100644
--- a/MdePkg/Library/BaseLib/X64/FlushCacheLine.asm
+++ b/MdePkg/Library/BaseLib/X64/FlushCacheLine.asm
@@ -24,7 +24,7 @@
.code
;------------------------------------------------------------------------------
-; VOID *
+; VOID
; EFIAPI
; AsmFlushCacheLine (
; IN VOID *LinearAddress