Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(AddressRange): create and use a proper type #144

Merged
merged 1 commit into from
Aug 31, 2023

Commits on Aug 31, 2023

  1. refactor(AddressRange): create and use a proper type

    Previously AddressRange was just a type alias to a usize pair.
    This caused confusion as sometimes it was (addr, size) or (start, end)
    and lead to a few confusing debugs.
    
    The new type hopefully clear up confusions and make it easy to iterate
    over the pages in an addressrange.
    n1tram1 authored and Martin Schmidt committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8348f2d View commit details
    Browse the repository at this point in the history