Author: Zequan Wu
Date: 2022-02-03T14:12:24-08:00
New Revision: ac73e12ee0ec9b6118def9150d490843047f58e0

URL: 
https://github.com/llvm/llvm-project/commit/ac73e12ee0ec9b6118def9150d490843047f58e0
DIFF: 
https://github.com/llvm/llvm-project/commit/ac73e12ee0ec9b6118def9150d490843047f58e0.diff

LOG: [LLDB] remove an extra register enum on windows x64

Added: 
    

Modified: 
    
lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp

Removed: 
    


################################################################################
diff  --git 
a/lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp 
b/lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp
index 3230e477f14d6..a5b4281631a2c 100644
--- 
a/lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp
+++ 
b/lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp
@@ -142,7 +142,6 @@ enum RegisterIndex {
   eRegisterIndexR13l,
   eRegisterIndexR14l,
   eRegisterIndexR15l,
-  eRegisterIndexR16l,
 
   eRegisterIndexXmm0,
   eRegisterIndexXmm1,
@@ -291,7 +290,7 @@ uint32_t g_gpr_reg_indices[] = {
     eRegisterIndexBpl,  eRegisterIndexSpl,  eRegisterIndexR8l,
     eRegisterIndexR9l,  eRegisterIndexR10l, eRegisterIndexR11l,
     eRegisterIndexR12l, eRegisterIndexR13l, eRegisterIndexR14l,
-    eRegisterIndexR15l, eRegisterIndexR16l,
+    eRegisterIndexR15l
 };
 
 uint32_t g_fpu_reg_indices[] = {


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to