mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
[OS/2] Bug 452630: Build break in jstracer.cpp (r=gal)
This commit is contained in:
parent
afe91e2757
commit
046dd17991
@ -2538,8 +2538,8 @@ js_CheckForSSE2()
|
||||
"mov %%edx, %0\n"
|
||||
"popa\n"
|
||||
: "=m" (features)
|
||||
: /* We have no inputs */
|
||||
: /* We don't clobber anything */
|
||||
/* We have no inputs */
|
||||
/* We don't clobber anything */
|
||||
);
|
||||
#endif
|
||||
return (features & (1<<26)) != 0;
|
||||
|
Loading…
Reference in New Issue
Block a user