Fix regression in eval compilation on arm
authorKent Hansen <kent.hansen@nokia.com>
Wed, 9 May 2012 06:31:08 +0000 (08:31 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 9 May 2012 07:15:31 +0000 (09:15 +0200)
commit3eb05e3efadbf0d61b7bc0913950b9ee5dbb8496
tree6e9ddf5a85a6e45a534e17a0f536b31d1724d9ec
parent22a37f2be87584db0c138a6e2a7f75b6b5666fd8
Fix regression in eval compilation on arm

When the "Introduce a QML compilation mode" patch was rebased on top
of V8 3.10.1, a regression was introduced that caused the last two
arguments to Runtime_ResolvePossiblyDirectEval to be passed in the
wrong order.

With this fix, tst_v8::eval() passes again on arm.

Change-Id: I0c518eb56e4c390f7684d8e5c38cce3dece3085e
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
src/3rdparty/v8/src/arm/full-codegen-arm.cc