Commit 1724d0d
committed
Auto merge of #32 - wesen:bug/sort-register-before-searching-for-overlap, r=japaric
Sort registers by address_offset before checking for overlap.
This was a problem for example when generating the map for NVIC on the STM32F303x, where
most registers would be discarded because STIR is listed first, before all ISERx fields.1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
0 commit comments