Skip to content

Commit a6f48e2

Browse files
committed
Ensure long page mask
1 parent 418c676 commit a6f48e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libapi/inc/ghost/memory/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ __BEGIN_C
2828
/**
2929
* Page size
3030
*/
31-
#define G_PAGE_SIZE 0x1000
31+
#define G_PAGE_SIZE 0x1000ULL
3232
#define G_PAGE_ALIGN_MASK (G_PAGE_SIZE - 1)
3333

3434
/**

0 commit comments

Comments
 (0)