V4 JIT: fix stack size calculation on 32bit.
authorErik Verbruggen <erik.verbruggen@me.com>
Mon, 14 Oct 2013 13:20:31 +0000 (15:20 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 14 Oct 2013 14:43:06 +0000 (16:43 +0200)
commit3f7f6be40947f19ef4e40a8f10307a1a6dcb31e0
tree87ec1bf5caccb2ea5ccf82a4f8adfea1fb432ea2
parentf106d905df58de637f291111ed3e1ccf1dfdf23e
V4 JIT: fix stack size calculation on 32bit.

Registers containing outgoing parameters for calls are saved as Value
(so, 8 bytes long) instead of native register size. For 64 bit this is
the same, but not for 32 bits.

Change-Id: If1d55e9d552a301782816c9228390dc5611c6d00
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/compiler/qv4isel_masm_p.h