We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418c676 commit a6f48e2Copy full SHA for a6f48e2
libapi/inc/ghost/memory/types.h
@@ -28,7 +28,7 @@ __BEGIN_C
28
/**
29
* Page size
30
*/
31
-#define G_PAGE_SIZE 0x1000
+#define G_PAGE_SIZE 0x1000ULL
32
#define G_PAGE_ALIGN_MASK (G_PAGE_SIZE - 1)
33
34
0 commit comments