clear clang errors

This commit is contained in:
Kasper Sauramo
2025-03-27 12:15:26 +02:00
parent a3d4d46226
commit c3f240624c
12 changed files with 34 additions and 50 deletions

View File

@@ -19,8 +19,8 @@ typedef struct {
uptr region_end;
ptrdiff offset;
u64 inode;
u32 permission; // enum MemoryPermissions
const char *pathname;
u32 permission; // enum MemoryPermissions
} MemoryRegion;
sc_array_def(MemoryRegion, memreg);