FreeBSD Bugzilla – Attachment 225393 Details for
Bug 256279
emulators/parallels-tools: add Aarch64 support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Simple #ifdef to detect Aarch64
patch-pvmnet_ParallelsTypes.h (text/plain), 261 bytes, created by
Vincent Milum Jr
on 2021-05-31 02:59:08 UTC
(
hide
)
Description:
Simple #ifdef to detect Aarch64
Filename:
MIME Type:
Creator:
Vincent Milum Jr
Created:
2021-05-31 02:59:08 UTC
Size:
261 bytes
patch
obsolete
>--- pvmnet/ParallelsTypes.h.orig 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256279
: 225393