aboutsummaryrefslogtreecommitdiff
path: root/include/apos/mem_regions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/mem_regions.h')
-rw-r--r--include/apos/mem_regions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/mem_regions.h b/include/apos/mem_regions.h
index af6dc52..a843141 100644
--- a/include/apos/mem_regions.h
+++ b/include/apos/mem_regions.h
@@ -20,7 +20,7 @@ struct mem_region {
struct mem_region *next;
struct mem_region *prev;
- char flags;
+ vmflags_t flags;
vm_t end;
vm_t start;