This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the PC and other GPRs unsigned.
Fixes riscv-collab/riscv-openocd#8 Pros of unsigned: addresses with the high bit set work as expected, eg. in "x/i $pc". Pros of signed: values that actually are signed are printed as expected, eg. in "p $t0"
- Loading branch information