how to express the address range of 0x0 to 0xFFBF_FFFF in AddressSet? #3396
Unanswered
xlgforever
asked this question in
Q&A
Replies: 1 comment
-
I'm afraid there is no elegant way. Why such a range "0x0 to 0xFFBF_FFFF" is needed? Your final goal might be fullfilled in another way and such hacks might not be the right path. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use the AddressSet to express the address range of 0x0 to 0xFFBF_FFFF, but it seems that there is no brief approach to do this. I must to write like:
Is there more elegant way to do this?
Beta Was this translation helpful? Give feedback.
All reactions