Fix incorrect assert on ARM that assumed that coprocessor id was always zero. This
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 12 May 2009 21:35:43 +0000 (21:35 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 12 May 2009 21:35:43 +0000 (21:35 +0000)
commitade7d1abd6f090c08b0d4d90a3af701655a16f21
tree280bf4ddb3766af13322d3d830f55e152f9dbdbd
parent79fbaf79622fbd2f4696c40505be05cf915d767c
Fix incorrect assert on ARM that assumed that coprocessor id was always zero.  This
is hit in debug mode on non-EABI non-simulator ARM platforms.  Thanks to
richarjo@gmail.com for reporting.
Review URL: http://codereview.chromium.org/113299

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1923 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/assembler-arm.cc