You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
591: [scripts/makehtml] Fix displaying of registers with the same addressOffset and parsing of addressOffset r=adamgreig a=maximeborges
This pull request fix two bugs in the `makehtml.py` script:
- When parsing the addressOffset value, the value is parsed as base16 even if it's in base10.
- When two registers have the same addressOffset, one of the two is suppressed
The first bug is fixed by checking if the addressOffset starts with `0x` to parse from base16, or parse from base10 by default (when a register is generated from a patch).
The second bug is fixed by changing the index used for the list of registers from the addressOffset to the register name.
Co-authored-by: Maxime Borges <contact@maximeborg.es>
Co-authored-by: Maxime BORGES <contact@maximeborg.es>
Co-authored-by: Maxime <contact@maximeborg.es>
0 commit comments