Skip to content

Commit 3120cad

Browse files
committed
[debugserver] Fix typo in DNBArchImplARM64
rdar://85020754
1 parent ab4375e commit 3120cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ kern_return_t DNBArchMachARM64::GetGPRState(bool force) {
159159
uint64_t log_fp = m_state.context.gpr.__fp;
160160
uint64_t log_lr = m_state.context.gpr.__lr;
161161
uint64_t log_sp = m_state.context.gpr.__sp;
162-
uint64_t log_pc = m_state.context.gpr.__pc,
162+
uint64_t log_pc = m_state.context.gpr.__pc;
163163
#endif
164164
DNBLogThreaded(
165165
"thread_get_state(0x%4.4x, %u, &gpr, %u) => 0x%8.8x (count = %u) regs"

0 commit comments

Comments
 (0)