mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 14:02:47 +00:00
add a cast to try and make xlc happy
This commit is contained in:
parent
7fd57936db
commit
13801d91af
@ -149,7 +149,7 @@ mov 0,%0\n\
|
||||
JS_INLINE int
|
||||
js_CompareAndSwap(jsword *w, jsword ov, jsword nv)
|
||||
{
|
||||
return !_check_lock(w,ov,nv);
|
||||
return !_check_lock((atomic_p)w,ov,nv);
|
||||
}
|
||||
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user