https://codereview.chromium.org/555153003/diff/1/src/types-inl.h
File src/types-inl.h (right):

https://codereview.chromium.org/555153003/diff/1/src/types-inl.h#newcode253
src/types-inl.h:253: return
Type::cast(i::Smi::FromInt(static_cast<int>(bitset)));
Use

Type::cast(i::Smi::FromIntptr(bit_cast<intptr_t>(bitset)))

instead.

https://codereview.chromium.org/555153003/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to