Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Encode SlaSpace wordsize as an unsigned integer
This patch corrects a mismatch between the encoder and decoder in wordsize signedness. AddrSpace::getWordSize() returns an unsigned integer, so prefer the unsigned type.
- Loading branch information