Skip to content
Commit 7c00612f authored by Peter Hoyes's avatar Peter Hoyes Committed by Leandro Belli
Browse files

fwk/debugger: Support 64-bit builds



Certain parts of the debugger CLI assume that pointers are 32-bits.
Replace uint32_t with uintptr_t in these instances.

Fix cppcheck issues related to const pointers.

Signed-off-by: Peter Hoyes's avatarPeter Hoyes <peter.hoyes@arm.com>
parent 8f89df49
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment