Andrew Waterman
6 months ago
Failed to extract signature
1 changed files with
1 additions and
1 deletions
-
riscv/debug_module.cc
|
|
|
@ -38,7 +38,7 @@ static unsigned field_width(unsigned n) |
|
|
|
|
|
|
|
static bool region_descriptor_comparator(const region_descriptor &lhs, |
|
|
|
const region_descriptor &rhs) { |
|
|
|
return lhs.addr < rhs.addr; |
|
|
|
return lhs.addr < rhs.addr || (lhs.addr == rhs.addr && lhs.len < rhs.len); |
|
|
|
} |
|
|
|
|
|
|
|
template <typename It> |
|
|
|
|