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
[NFC] Fix typo in NumberParameters test description (#56)
- The register spaces 0xfffffff0 to 0xffffffff are reserved the original
testcase is meant to demonstrate that we can use the valid value of
0xfffffff0 - 1 = 0xffffffef = 4294967279, which it does
- However, the comment describing the testcase specifies the wrong value
This commit resolves the discrepancy by fixing up the comment typo
Co-authored-by: Finn Plummer <[email protected]>
0 commit comments