diff options
Diffstat (limited to 'source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp')
| -rw-r--r-- | source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp b/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp index c77fa04fc7d7..4b8d8dd2228c 100644 --- a/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp +++ b/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp @@ -135,6 +135,7 @@ bool EmulateInstructionPPC64::CreateFunctionEntryUnwind(    unwind_plan.SetSourceName("EmulateInstructionPPC64");    unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);    unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolYes); +  unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);    unwind_plan.SetReturnAddressRegister(gpr_lr_ppc64le);    return true;  } | 
