FreeBSD Bugzilla – Attachment 211730 Details for
Bug 244202
science/mbdyn: fix build on powerpc*
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
mbdyn.patch (text/plain), 999 bytes, created by
Piotr Kubaj
on 2020-02-17 19:38:01 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-02-17 19:38:01 UTC
Size:
999 bytes
patch
obsolete
>Index: files/patch-libraries_libmbwrap_wraptest.cc >=================================================================== >--- files/patch-libraries_libmbwrap_wraptest.cc (nonexistent) >+++ files/patch-libraries_libmbwrap_wraptest.cc (working copy) >@@ -0,0 +1,13 @@ >+--- libraries/libmbwrap/wraptest.cc.orig 2020-02-17 19:20:23 UTC >++++ libraries/libmbwrap/wraptest.cc >+@@ -321,9 +321,7 @@ static inline unsigned long long rd_CPU_ts(void) >+ "\tbne 0b \n" >+ : "=r"(upper),"=r"(lower),"=r"(tmp) >+ ); >+- time = upper; >+- time = result << 32; >+- time = result|lower; >++ time = (upper << 32) | lower; >+ #endif >+ return time; >+ } > >Property changes on: files/patch-libraries_libmbwrap_wraptest.cc >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Flags:
pkubaj
:
maintainer-approval?
(
yuri
)
Actions:
View
|
Diff
Attachments on
bug 244202
: 211730