diff options
| author | Erik Verbruggen <erik.verbruggen@qt.io> | 2019-03-07 11:53:56 +0100 |
|---|---|---|
| committer | Erik Verbruggen <erik.verbruggen@qt.io> | 2019-03-22 09:08:05 +0000 |
| commit | b7eebec9597b38fed52710bc1dcc166d456a415d (patch) | |
| tree | 22f983a1ffbf44c0c5d8aa65ca733769b07a5e6d /src/qml/compiler/qv4instr_moth.cpp | |
| parent | c32b109e9dea44c6775c2dbf8f164870c1dc8971 (diff) | |
V4: Add trace slot for UPlus
Change-Id: I0bb5055024e30c32b82e1555c820ea5ced8923f5
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/compiler/qv4instr_moth.cpp')
| -rw-r--r-- | src/qml/compiler/qv4instr_moth.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/compiler/qv4instr_moth.cpp b/src/qml/compiler/qv4instr_moth.cpp index c0b1be1492..f528e1f9d3 100644 --- a/src/qml/compiler/qv4instr_moth.cpp +++ b/src/qml/compiler/qv4instr_moth.cpp @@ -615,6 +615,7 @@ void dumpBytecode(const char *code, int len, int nLocals, int nFormals, int /*st MOTH_END_INSTR(UNot) MOTH_BEGIN_INSTR(UPlus) + d << TRACE_SLOT; MOTH_END_INSTR(UPlus) MOTH_BEGIN_INSTR(UMinus) |
