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