]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/Monitor.nasm
MdePkg: Replace Opcode with the corresponding instructions.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / Monitor.nasm
index 28dc0ba70a2dcd4b31b1b3d2e2709829b6829c24..70dbe66e27f17f9f3cbefcb6239d5455dff1b25b 100644 (file)
@@ -1,6 +1,6 @@
 ;------------------------------------------------------------------------------\r
 ;\r
-; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+; Copyright (c) 2006 - 2022, Intel Corporation. All rights reserved.<BR>\r
 ; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ; Module Name:\r
@@ -31,6 +31,6 @@ ASM_PFX(AsmMonitor):
     mov     eax, [esp + 4]\r
     mov     ecx, [esp + 8]\r
     mov     edx, [esp + 12]\r
-    DB      0xf, 1, 0xc8                ; monitor\r
+    monitor\r
     ret\r
 \r