diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/Invd.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/Invd.S | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/Invd.S b/MdePkg/Library/BaseLib/Ia32/Invd.S index 6d6c8d46cd..f87aa08a6c 100644 --- a/MdePkg/Library/BaseLib/Ia32/Invd.S +++ b/MdePkg/Library/BaseLib/Ia32/Invd.S @@ -21,9 +21,7 @@ #
#------------------------------------------------------------------------------
-
-
-
+.global _AsmInvd
#------------------------------------------------------------------------------
# VOID
@@ -32,10 +30,6 @@ # VOID
# );
#------------------------------------------------------------------------------
-.global _AsmInvd
-_AsmInvd:
+_AsmInvd:
invd
ret
-
-
-
|