Skip to content
Snippets Groups Projects
Unverified Commit 47f2405a authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #2285 from lioncash/unused-struct

kernel/process: Remove unused AddressMapping struct
parents 59551187 7c4bc7b8
No related branches found
No related tags found
No related merge requests found
......@@ -35,14 +35,6 @@ class Thread;
struct CodeSet;
struct AddressMapping {
// Address and size must be page-aligned
VAddr address;
u64 size;
bool read_only;
bool unk_flag;
};
enum class MemoryRegion : u16 {
APPLICATION = 1,
SYSTEM = 2,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment