Move the Param struct out of the Instr union.
authorErik Verbruggen <erik.verbruggen@me.com>
Fri, 9 Aug 2013 13:57:28 +0000 (15:57 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 14 Aug 2013 08:50:44 +0000 (10:50 +0200)
commitba3f356040100482bef7a99ecefff9dab14148b2
tree16ee589396328ec05382814aa51344ae0be1b0fe
parent73d9421d1c568ef9e8d0a2b6adae8f8c0e7a097b
Move the Param struct out of the Instr union.

The parameter struct was accidentally put in the instruction union. As
it is not an instruction, it should not be part of that union.

Change-Id: Id70619fed50ae606f43f2c1701f28aea0a0baed7
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/compiler/qv4instr_moth_p.h
src/qml/compiler/qv4isel_moth.cpp
src/qml/compiler/qv4isel_moth_p.h
src/qml/jsruntime/qv4vme_moth.cpp