rvemu icon indicating copy to clipboard operation
rvemu copied to clipboard

Bus memory region ends off by one?

Open SamuelMcGowan opened this issue 1 year ago • 0 comments

In bus.rs, the inclusive ..= range is used to match what memory region an address is in, but the _END constants seem to represent the address one past the end of their regions.

SamuelMcGowan avatar Jun 20 '23 15:06 SamuelMcGowan