Skip to content

Commit 1fac08c

Browse files
committed
typeo fix
1 parent 157a1b7 commit 1fac08c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2856,6 +2856,7 @@ bool DNBArchMachARM64::SetRegisterValue(uint32_t set, uint32_t reg,
28562856
success = true;
28572857
}
28582858
if (reg >= sve_p0 && reg <= sve_p15) {
2859+
uint16_t max_svl_bytes = GetSMEMaxSVL();
28592860
memcpy(&m_state.context.sve.p[reg - sve_p0], &value->value.v_uint8,
28602861
max_svl_bytes / 8);
28612862
success = true;

0 commit comments

Comments
 (0)