Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(debugger): a potential underflow in memory highlighting (#6508)
The debugger colors memory region for a variety of instructions that access the memory, as described in #5940. But there is a potential underflow if the size is 0 (where offset + size - 1 underflows). Change to a simpler and more robust way to index the memory region. Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
- Loading branch information