aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit/qv4assemblercommon_p.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@qt.io>2018-08-21 16:24:10 +0200
committerErik Verbruggen <erik.verbruggen@qt.io>2018-08-30 13:44:14 +0000
commit920f50731a8fe7507aece1318c9e91f3f12b525e (patch)
treed0cbb8fd23d94977ddaebb56b757b5ef72c282ec /src/qml/jit/qv4assemblercommon_p.h
parent8725f9873deda85eb426b989aa911f07fd80bf09 (diff)
V4: Add JIT kind to disassembly
Change-Id: I6dd1cd6f795a93a186e84f5ab1c606f7e23fb85d Reviewed-by: Lars Knoll <lars.knoll@qt.io>
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]; }