FreeBSD Bugzilla – Attachment 183964 Details for
Bug 220396
www/qt4-webkit: unbreak build on aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Changes to existing patch
_diff (text/plain), 1.05 KB, created by
Poul-Henning Kamp
on 2017-06-30 21:33:20 UTC
(
hide
)
Description:
Changes to existing patch
Filename:
MIME Type:
Creator:
Poul-Henning Kamp
Created:
2017-06-30 21:33:20 UTC
Size:
1.05 KB
patch
obsolete
>Index: files/patch-src__3rdparty__webkit__Source__JavaScriptCore__runtime__JSValueInlineMethods.h >=================================================================== >--- files/patch-src__3rdparty__webkit__Source__JavaScriptCore__runtime__JSValueInlineMethods.h (revision 444707) >+++ files/patch-src__3rdparty__webkit__Source__JavaScriptCore__runtime__JSValueInlineMethods.h (working copy) >@@ -4,7 +4,7 @@ > u.asBits.tag = CellTag; > else > u.asBits.tag = EmptyValueTag; >-+#if defined(__sparc64__) >++#if defined(__sparc64__) || defined(__aarch64__) > + u.asBits.payload = reinterpret_cast<int64_t>(ptr); > +#else > u.asBits.payload = reinterpret_cast<int32_t>(ptr); >@@ -16,7 +16,7 @@ > u.asBits.tag = CellTag; > else > u.asBits.tag = EmptyValueTag; >-+#if defined(__sparc64__) >++#if defined(__sparc64__) || defined(__aarch64__) > + u.asBits.payload = reinterpret_cast<int64_t>(const_cast<JSCell*>(ptr)); > +#else > u.asBits.payload = reinterpret_cast<int32_t>(const_cast<JSCell*>(ptr));
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 220396
: 183964 |
183965
|
183979