]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiServicesTablePointerLibIdt/x64/AsmPeiSevicesTablePointer.asm
Clean up comments in PeiServicesTablePointerLibIdt
[mirror_edk2.git] / MdePkg / Library / PeiServicesTablePointerLibIdt / x64 / AsmPeiSevicesTablePointer.asm
CommitLineData
c7d265a9 1;------------------------------------------------------------------------------\r
2;\r
3; Copyright (c) 2006, Intel Corporation\r
4; All rights reserved. This program and the accompanying materials\r
5; are licensed and made available under the terms and conditions of the BSD License\r
6; which accompanies this distribution. The full text of the license may be found at\r
7; http://opensource.org/licenses/bsd-license.php\r
8;\r
9; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11;\r
c7d265a9 12;\r
13;------------------------------------------------------------------------------\r
14\r
15 .code\r
16\r
17;------------------------------------------------------------------------------\r
18; EFI_PEI_SERVICES **\r
19; EFIAPI\r
20; AsmPeiSevicesTablePointer (\r
21; );\r
22;------------------------------------------------------------------------------\r
23AsmPeiSevicesTablePointer PROC\r
24 sidt fword ptr [rcx]\r
25 mov rcx, [rcx - 8]\r
26 ret\r
27AsmPeiSevicesTablePointer ENDP\r
28\r
29 END\r