aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_masm_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-08-16 18:35:29 +0200
committerLars Knoll <lars.knoll@digia.com>2013-08-16 19:22:24 +0200
commita44f92d925a1b0f5fa205706a26d81f07de75c33 (patch)
tree16345975d3058ca04b769b2598f58fa6de1f6f0d /src/qml/compiler/qv4isel_masm_p.h
parent0f0e7443aea0d9a203b380bec708c485a01450e0 (diff)
Get rid of the functions list in QV4::ExecutionEngine
Change-Id: I97067dbb2819936a1b2029c9f63f0627cb6b8bd2 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/compiler/qv4isel_masm_p.h')
-rw-r--r--src/qml/compiler/qv4isel_masm_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/compiler/qv4isel_masm_p.h b/src/qml/compiler/qv4isel_masm_p.h
index 3cde647293..4461f16b3e 100644
--- a/src/qml/compiler/qv4isel_masm_p.h
+++ b/src/qml/compiler/qv4isel_masm_p.h
@@ -63,6 +63,8 @@ class InstructionSelection;
struct CompilationUnit : public QV4::CompiledData::CompilationUnit
{
+ virtual ~CompilationUnit();
+
virtual QV4::Function *linkBackendToEngine(QV4::ExecutionEngine *engine);
virtual QV4::ExecutableAllocator::ChunkOfPages *chunkForFunction(int functionIndex);