Prospective MSVC build fix
authorSimon Hausmann <simon.hausmann@digia.com>
Mon, 19 Aug 2013 09:57:03 +0000 (11:57 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 19 Aug 2013 10:35:13 +0000 (12:35 +0200)
commit73e42900403186df3ba64b57df4edbeac56e41a8
tree6181ffd99a12af82f89b2a2f01b7cef09a4361f7
parent606e06a4ac118f73cb198f99fb3f3feff7f2c15c
Prospective MSVC build fix

It seems LoadString is somehow expanded as a macro, so call the instruction
LoadRuntimeString, which is closer to the meaning.

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