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