summaryrefslogtreecommitdiff
path: root/stage3/paging.h
diff options
context:
space:
mode:
Diffstat (limited to 'stage3/paging.h')
-rw-r--r--stage3/paging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage3/paging.h b/stage3/paging.h
index e05ab1a..cfcad6b 100644
--- a/stage3/paging.h
+++ b/stage3/paging.h
@@ -11,7 +11,7 @@ typedef enum {
typedef struct __attribute__((packed)) {
void *start;
usize size;
- u32 used;
+ usize used;
} MemRegion;
void page_region(MemRegion *region);