http://codereview.chromium.org/3446024/diff/12011/10003
File src/arm/stub-cache-arm.cc (right):

http://codereview.chromium.org/3446024/diff/12011/10003#newcode1718
src/arm/stub-cache-arm.cc:1718: __ b(nz, &negative_sign);
I know this is a nit picking but nz is not an ARM condition code, ne
(not equal) is. In V8 nz and ne are aliases probably to make it easier
to move between x86 and ARM.

http://codereview.chromium.org/3446024/show

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

Reply via email to