X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseTimerLibLocalApic%2FIpf%2FReadItc.s;h=ea94b670e733dd3bccf127577beca723386e7cef;hp=383bb242bafe084bad97f07181dd882dc534f34e;hb=91621725935f62c2c50be3695f7fee4966f08ab0;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4 diff --git a/MdePkg/Library/BaseTimerLibLocalApic/Ipf/ReadItc.s b/MdePkg/Library/BaseTimerLibLocalApic/Ipf/ReadItc.s index 383bb242ba..ea94b670e7 100644 --- a/MdePkg/Library/BaseTimerLibLocalApic/Ipf/ReadItc.s +++ b/MdePkg/Library/BaseTimerLibLocalApic/Ipf/ReadItc.s @@ -1,5 +1,6 @@ /// @file -/// Contains an implementation of ReadItc on Itanium-based architecture. +/// Contains an implementation of InternalIpfReadItc () on Itanium-based +/// architecture. /// /// Copyright (c) 2006, Intel Corporation /// All rights reserved. This program and the accompanying materials @@ -17,9 +18,9 @@ .auto .text -.proc ReadItc -.type ReadItc, @function -ReadItc:: +.proc InternalIpfReadItc +.type InternalIpfReadItc, @function +InternalIpfReadItc:: mov r8 = ar.itc br.ret.sptk.many b0 -.endp ReadItc \ No newline at end of file +.endp InternalIpfReadItc