Skip to content

Commit

Permalink
Fix SLAB_CACHE_FLAGS_NONE value in SlabAllocator.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mempler committed Dec 16, 2023
1 parent c65b475 commit 04f9f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime/include/RuntimeLib/Memory/SlabAllocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#error "This file should be included from RuntimeLib.h"
#endif

#define SLAB_CACHE_FLAGS_NONE BIT(0)
#define SLAB_CACHE_FLAGS_NONE 0
#define SLAB_CACHE_FLAGS_ZERO BIT(1)

typedef struct _SLAB_CACHE SLAB_CACHE;
Expand Down

0 comments on commit 04f9f84

Please sign in to comment.