[OS/2] Bug 452630: Build break in jstracer.cpp (r=gal)

This commit is contained in:
Peter Weilbacher 2008-08-28 18:28:52 +03:00
parent afe91e2757
commit 046dd17991

View File

@ -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;