z3 rebuild

This commit is contained in:
Rmys
2024-08-18 16:13:20 +03:00
parent 13ab1f57db
commit 2eaa9fc386
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
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)