Updates:
        Summary: x64 debug build broken on MacOS
        Status: Fixed

Comment #2 on issue 777 by [email protected]: x64 debug build broken on MacOS
http://code.google.com/p/v8/issues/detail?id=777

Changed the constant to int64_t, which works with the const intptr_t of the other argument in CHECK_EQUALS. Note V8_INT64_C does not produce type int64_t, but type long int or long long int.

Fixed in V8 bleeding-edge revision r5048, codereview at http://codereview.chromium.org/2982005/show

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to