aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit/qv4assemblercommon_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jit/qv4assemblercommon_p.h')
-rw-r--r--src/qml/jit/qv4assemblercommon_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jit/qv4assemblercommon_p.h b/src/qml/jit/qv4assemblercommon_p.h
index a48d6fae44..d64b9d0e5d 100644
--- a/src/qml/jit/qv4assemblercommon_p.h
+++ b/src/qml/jit/qv4assemblercommon_p.h
@@ -645,7 +645,7 @@ public:
ehTargets.push_back({ label, offset });
}
- void link(Function *function);
+ void link(Function *function, const char *jitKind);
Value constant(int idx) const
{ return constantTable[idx]; }