Fix constant value parameter passing on ia32
authorSimon Hausmann <simon.hausmann@digia.com>
Mon, 26 Nov 2012 21:49:35 +0000 (22:49 +0100)
committerLars Knoll <lars.knoll@digia.com>
Mon, 26 Nov 2012 22:02:07 +0000 (23:02 +0100)
commit102aff16a896e2e237a00843731e84ef3d824b25
tree5d165aea3fc9c72ba9eb5162f8ed45f9cd216ee6
parent215bd586e6f9c3e75111271b332b2182a163db3d
Fix constant value parameter passing on ia32

Fix the order of tag and value when pushing constants onto the stack, given
that the stack grows in reverse order.

This fixes crypto.js and all sorts of other tests.

Change-Id: I1f6aa546e5453f890db582283fd4da609292f22b
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
qv4isel_masm_p.h