From bf136379521d543c54d5c0ce377471ff76dce35e Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Wed, 6 Jun 2018 16:29:13 +0200 Subject: V4: Split PlatformAssemblerCommon (and base classes) in its own file This makes it easier to re-use them later on, without inheriting all extra stuff that the baseline JIT needs. Change-Id: I9368b16017b8b9d99f8c005a5b47ec9f9ed09fb0 Reviewed-by: Simon Hausmann --- src/qml/jit/qv4baselinejit_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qml/jit/qv4baselinejit_p.h') diff --git a/src/qml/jit/qv4baselinejit_p.h b/src/qml/jit/qv4baselinejit_p.h index 6f066bb9a5..07a1853816 100644 --- a/src/qml/jit/qv4baselinejit_p.h +++ b/src/qml/jit/qv4baselinejit_p.h @@ -63,7 +63,7 @@ QT_BEGIN_NAMESPACE namespace QV4 { namespace JIT { -class Assembler; +class BaselineAssembler; #ifdef V4_ENABLE_JIT class BaselineJIT final: public Moth::ByteCodeHandler @@ -221,7 +221,7 @@ protected: private: QV4::Function *function; - QScopedPointer as; + QScopedPointer as; std::vector labels; }; #endif // V4_ENABLE_JIT -- cgit v1.2.3