Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:napobear
webkitgtk
webkitgtk-x86-assembler-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File webkitgtk-x86-assembler-fix.patch of Package webkitgtk
--- a/Source/WTF/wtf/Atomics.h +++ b/Source/WTF/wtf/Atomics.h @@ -163,7 +163,7 @@ inline bool weakCompareAndSwap(void*vola "lock; cmpxchgq %3, %2\n\t" "sete %1" : "+a"(expected), "=q"(result), "+m"(*location) - : "r"(newValue) + : "q"(newValue) : "memory" ); return result;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor