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

(-)pvmnet/ParallelsTypes.h (+2 lines)
Lines 48-53 Link Here
48
#ifndef _32BIT_
48
#ifndef _32BIT_
49
	#define _32BIT_
49
	#define _32BIT_
50
#endif
50
#endif
51
#elif defined(__aarch64__)
52
	#define _64BIT_
51
#else
53
#else
52
	#error "Failed to determine processor architecture"
54
	#error "Failed to determine processor architecture"
53
#endif
55
#endif

Return to bug 256279