summaryrefslogtreecommitdiffhomepage
path: root/src/libSystem
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-15 06:24:19 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-15 06:24:19 +0100
commitb0410ff37c15380e4409711bb14cc3880a9dc536 (patch)
tree01876afb97dffe67913e16611564f360fc0ebfdb /src/libSystem
parent62af164abe47951b8291b4162af08c69b5f2af21 (diff)
feat: kernel: bitmapmgr and heapmgr improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libSystem')
-rw-r--r--src/libSystem/SystemKit/Macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libSystem/SystemKit/Macros.h b/src/libSystem/SystemKit/Macros.h
index cd337f26..b349387f 100644
--- a/src/libSystem/SystemKit/Macros.h
+++ b/src/libSystem/SystemKit/Macros.h
@@ -90,7 +90,7 @@ typedef nullPtr NullPtr;
#endif
#ifndef kib_cast
-#define kib_cast(X) (UInt64)((X) * 1024)
+#define kib_cast(X) (UInt64)((X) *1024)
#endif
#ifndef MIB