Skip to content

Commit 9c28814

Browse files
committed
Detail #endif comment.
1 parent f98acac commit 9c28814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ Status NativeRegisterContextLinux_arm::ReadHardwareDebugInfo() {
747747
#else // __aarch64__
748748
return arm64::ReadHardwareDebugInfo(m_thread.GetID(), m_max_hwp_supported,
749749
m_max_hbp_supported);
750-
#endif // __arm__
750+
#endif // ifdef __arm__
751751
}
752752

753753
Status NativeRegisterContextLinux_arm::WriteHardwareDebugRegs(DREGType hwbType,
@@ -799,7 +799,7 @@ Status NativeRegisterContextLinux_arm::WriteHardwareDebugRegs(DREGType hwbType,
799799
auto &regs = (hwbType == eDREGTypeWATCH) ? m_hwp_regs : m_hbr_regs;
800800
return arm64::WriteHardwareDebugRegs(hwbType, m_thread.GetID(), max_supported,
801801
regs);
802-
#endif // __arm__
802+
#endif // ifdef __arm__
803803
}
804804

805805
uint32_t NativeRegisterContextLinux_arm::CalculateFprOffset(

0 commit comments

Comments
 (0)