View | Details | Raw Unified | Return to bug 246761
Collapse All | Expand All

(-)files/patch-include_types.h (+11 lines)
Line 0 Link Here
1
--- include/types.h.orig	2020-05-27 01:45:26 UTC
2
+++ include/types.h
3
@@ -46,7 +46,7 @@ typedef uint32_t u32;
4
 
5
  */
6
 
7
-#ifdef __x86_64__
8
+#if defined(__x86_64__) || defined(__aarch64__) || defined(__powerpc64__)
9
 typedef unsigned long long u64;
10
 #else
11
 typedef uint64_t u64;

Return to bug 246761