12 lines
334 B
Diff
12 lines
334 B
Diff
diff -Nuar a/src/util/tptr.h b/src/util/tptr.h
|
|
--- a/src/util/tptr.h 2023-05-12 22:59:04.000000000 +0300
|
|
+++ b/src/util/tptr.h 2024-08-18 16:11:47.811835655 +0300
|
|
@@ -20,6 +20,7 @@
|
|
#pragma once
|
|
|
|
#include "util/machine.h"
|
|
+#include <stdint.h>
|
|
|
|
#define TAG_SHIFT PTR_ALIGNMENT
|
|
#define ALIGNMENT_VALUE (1 << PTR_ALIGNMENT)
|