]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/Monitor.c
MdePkg: Replace Opcode with the corresponding instructions.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / Monitor.c
index ef5a7929b2ab84e313535330b35ef4b83c3ead06..630bf0c5fe5726d48010dd8d69ff75863197ccbf 100644 (file)
@@ -1,14 +1,8 @@
 /** @file\r
   AsmMonitor function\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -31,9 +25,9 @@
 UINTN\r
 EFIAPI\r
 AsmMonitor (\r
-  IN      UINTN                     RegisterEax,\r
-  IN      UINTN                     RegisterEcx,\r
-  IN      UINTN                     RegisterEdx\r
+  IN      UINTN  RegisterEax,\r
+  IN      UINTN  RegisterEcx,\r
+  IN      UINTN  RegisterEdx\r
   )\r
 {\r
   _asm {\r
@@ -45,4 +39,3 @@ AsmMonitor (
     _emit   0xc8\r
   }\r
 }\r
-\r