summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/X64/FlushCacheLine.asm
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-28 09:01:26 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-28 09:01:26 +0000
commiteb6f7758565616762bf1b7143f5f336abadb6d16 (patch)
tree245910308752be91c9164d707369888021d370ab /MdePkg/Library/BaseLib/X64/FlushCacheLine.asm
parent939d5406999cd671022e9bcbf4671cac09fc3ece (diff)
downloadedk2-platforms-eb6f7758565616762bf1b7143f5f336abadb6d16.tar.xz
Change VOID into VOID * in function header
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@650 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/X64/FlushCacheLine.asm')
-rw-r--r--MdePkg/Library/BaseLib/X64/FlushCacheLine.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/X64/FlushCacheLine.asm b/MdePkg/Library/BaseLib/X64/FlushCacheLine.asm
index 44d7730947..83966a691d 100644
--- a/MdePkg/Library/BaseLib/X64/FlushCacheLine.asm
+++ b/MdePkg/Library/BaseLib/X64/FlushCacheLine.asm
@@ -24,8 +24,8 @@
.code
;------------------------------------------------------------------------------
-; VOID
-; EFIAPI
+; VOID *
+; EFIAPI
; AsmFlushCacheLine (
; IN VOID *LinearAddress
; );