aboutsummaryrefslogtreecommitdiffstats
path: root/qv4ir_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2012-09-26 21:46:30 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2012-09-26 21:46:30 +0200
commite0d9d58e5d028b16afcfcb94df86783df1516c64 (patch)
tree89d3f67c7ecbc56d5859b6e0e14bb40aac874d61 /qv4ir_p.h
parent757318b77d5ef29c63cdc108962925ad218c90ac (diff)
Fix code ownership
Diffstat (limited to 'qv4ir_p.h')
-rw-r--r--qv4ir_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qv4ir_p.h b/qv4ir_p.h
index 15cf7ff17c..53c75f797a 100644
--- a/qv4ir_p.h
+++ b/qv4ir_p.h
@@ -59,6 +59,8 @@
#include <QtCore/QString>
#include <QtCore/QBitArray>
+#include <assembler/MacroAssemblerCodeRef.h>
+
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -566,6 +568,7 @@ struct Function {
void (*code)(VM::Context *, const uchar *);
const uchar *codeData;
+ JSC::MacroAssemblerCodeRef codeRef;
bool hasDirectEval: 1;
bool hasNestedFunctions: 1;