dylanmc / cs393_vm_api

Virtual memory abstraction & methods for constructing, accessing, manipulating and destroying address spaces
4 stars 28 forks source link

Add addr attribute to MapEntry #13

Closed AriaKillebrewBruehl closed 1 year ago

AriaKillebrewBruehl commented 1 year ago

Adding an addr attribute to the MapEntry struct so we know where in the address space this mapping begins.

dylanmc commented 1 year ago

Good catch!