]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/AsmFuncs.nasm
SourceLevelDebugPkg: Replace Opcode with the corresponding instructions.
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / DebugAgentCommon / X64 / AsmFuncs.nasm
index ccee120ca178dc3a72005498cc66a4aa79ce0025..b1019e017bc4697fa1aa0411573d01b66a76b4ca 100644 (file)
@@ -1,6 +1,6 @@
 ;------------------------------------------------------------------------------\r
 ;\r
-; Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
+; Copyright (c) 2016 - 2022, Intel Corporation. All rights reserved.<BR>\r
 ; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ; Module Name:\r
@@ -293,7 +293,7 @@ NoExtrPush:
     rep     stosq\r
     pop     rcx\r
     mov     rdi, rsp\r
-    db 0xf, 0xae, 00000111y ;fxsave [rdi]\r
+    fxsave  [rdi]\r
 \r
     ;; save the exception data\r
     push    qword [rbp + 16]\r
@@ -314,7 +314,7 @@ NoExtrPush:
     add     rsp, 8\r
 \r
     mov     rsi, rsp\r
-    db 0xf, 0xae, 00001110y ; fxrstor [rsi]\r
+    fxrstor [rsi]\r
     add     rsp, 512\r
 \r
     ;; UINT64  Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;\r