mirror of
https://github.com/openharmony/ark_runtime_core.git
synced 2026-07-21 00:26:37 -04:00
@@ -121,7 +121,7 @@ void StackWalker::InitCalleeBuffer(SlotType *callee_stack, CalleeStorage *prev_c
|
||||
// NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
|
||||
callee_stack_.stack[offset] =
|
||||
// NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
|
||||
start_slot + (callee_regs_count - Popcount(callee_stack_.callee_regs_mask >> reg));
|
||||
start_slot + (callee_regs_count - static_cast<size_t>(Popcount(callee_stack_.callee_regs_mask >> reg)));
|
||||
} else {
|
||||
callee_stack_.stack[offset] = prev_callees->stack[offset];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user