diff options
Diffstat (limited to 'lldb/source/Core/EmulateInstruction.cpp')
| -rw-r--r-- | lldb/source/Core/EmulateInstruction.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Core/EmulateInstruction.cpp b/lldb/source/Core/EmulateInstruction.cpp index affd96721ec..9b6beeb8299 100644 --- a/lldb/source/Core/EmulateInstruction.cpp +++ b/lldb/source/Core/EmulateInstruction.cpp @@ -642,10 +642,10 @@ EmulateInstruction::GetBestRegisterKindAndNumber (const RegisterInfo *reg_info, return true; } - reg_num = reg_info->kinds[eRegisterKindStabs]; + reg_num = reg_info->kinds[eRegisterKindProcessPlugin]; if (reg_num != LLDB_INVALID_REGNUM) { - reg_kind = eRegisterKindStabs; + reg_kind = eRegisterKindProcessPlugin; return true; } return false; |

