aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit/qv4regalloc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jit/qv4regalloc.cpp')
-rw-r--r--src/qml/jit/qv4regalloc.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qml/jit/qv4regalloc.cpp b/src/qml/jit/qv4regalloc.cpp
index 48b7badd56..90076945fc 100644
--- a/src/qml/jit/qv4regalloc.cpp
+++ b/src/qml/jit/qv4regalloc.cpp
@@ -421,6 +421,12 @@ protected: // IRDecoder
addDef(temp);
}
+ virtual void loadQmlContext(IR::Expr *temp)
+ {
+ addDef(temp);
+ addCall();
+ }
+
virtual void loadQmlIdArray(IR::Expr *temp)
{
addDef(temp);