aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit/qv4baselinejit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jit/qv4baselinejit.cpp')
-rw-r--r--src/qml/jit/qv4baselinejit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jit/qv4baselinejit.cpp b/src/qml/jit/qv4baselinejit.cpp
index 9132b194a5..7200e44f0c 100644
--- a/src/qml/jit/qv4baselinejit.cpp
+++ b/src/qml/jit/qv4baselinejit.cpp
@@ -322,7 +322,7 @@ void BaselineJIT::generate_StoreSuperProperty(int property)
as->prepareCallWithArgCount(3);
as->passAccumulatorAsArg(2);
as->passRegAsArg(property, 1);
- as->passFunctionAsArg(0);
+ as->passEngineAsArg(0);
JIT_GENERATE_RUNTIME_CALL(Runtime::method_storeSuperProperty, Assembler::IgnoreResult);
as->checkException();
}