Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIEngine: Address is not an AD7MemoryAddress obj
Handle condition where the address is not an AD7MemoryAddress object. On running multiple debug engines, it appears this gets called with a different object type. Signed-off-by: intel-rganesh [email protected]
- Loading branch information
4eb20fe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There can be scenarios where the addr is null. With the null check, we would avoid NullReferenceException.