Fix debug build with Visual Studio
authorSimon Hausmann <simon.hausmann@digia.com>
Fri, 8 Feb 2013 08:54:15 +0000 (09:54 +0100)
committerLars Knoll <lars.knoll@digia.com>
Sat, 9 Feb 2013 09:51:23 +0000 (10:51 +0100)
commit2eca9ab72bcd67c864630723aaaa370a167a951b
tree50a5119badfb5e24ab3bdfcff3ea16e4d38408f3
parentea72983d39bf6426e182e7ee97858f534288a487
Fix debug build with Visual Studio

For some reason it wants to reference the Void "value" that
should really get optimized away. That doesn't seem to be the case
in debug builds, so let's just define it.

Change-Id: Ifb25911d4764af87b5a7d3a04f618ebc5e428ff7
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/v4/qv4isel_masm.cpp