aboutsummaryrefslogtreecommitdiff
path: root/emulators/parallels-tools/files/patch-pvmnet-ParallelsTypes.h
blob: 210a3f7174681018f5df33325fa6de7556f08b11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pvmnet/ParallelsTypes.h	2021-05-31 02:45:16 UTC
+++ pvmnet/ParallelsTypes.h	
@@ -48,6 +48,8 @@ 
 #ifndef _32BIT_
 	#define _32BIT_
 #endif
+#elif defined(__aarch64__)
+	#define _64BIT_
 #else
 	#error "Failed to determine processor architecture"
 #endif