Skip to content
  • Lioncash's avatar
    core/memory: Migrate over address checking functions to the new Memory class · e58748fd
    Lioncash authored
    A fairly straightforward migration. These member functions can just be
    mostly moved verbatim with minor changes. We already have the necessary
    plumbing in places that they're used.
    
    IsKernelVirtualAddress() can remain a non-member function, since it
    doesn't rely on class state in any form.
    e58748fd
Loading