We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad2bcc commit 06bf133Copy full SHA for 06bf133
lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
@@ -535,8 +535,7 @@ bool UnwindAssemblyInstEmulation::WriteRegister(
535
} else if (context.GetInfoType() ==
536
EmulateInstruction::eInfoTypeISAAndImmediateSigned &&
537
context.info.ISAAndImmediateSigned.signed_data32 > 0) {
538
- m_branch_offset =
539
- context.info.ISAAndImmediateSigned.signed_data32;
+ m_branch_offset = context.info.ISAAndImmediateSigned.signed_data32;
540
541
EmulateInstruction::eInfoTypeImmediate &&
542
context.info.unsigned_immediate > 0) {
0 commit comments