From 3d07706c05c46878533f55f26bbe02d7904efd75 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 9 Feb 2014 02:13:53 +0100 Subject: regtools/qeditor: rewrite soc handling The code was a mess with respect to soc handling: some code just plain copied the SoC descriptor which are big objects, some was using indexes. The new soc factor out everything in a few classes which hide these ugly details so that descriptors are never copied. Change-Id: I17af8b47f997a528b58221621389d42d24fded93 --- utils/regtools/qeditor/analyser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/regtools/qeditor/analyser.cpp') diff --git a/utils/regtools/qeditor/analyser.cpp b/utils/regtools/qeditor/analyser.cpp index 1ab213872b..5bd8c9e538 100644 --- a/utils/regtools/qeditor/analyser.cpp +++ b/utils/regtools/qeditor/analyser.cpp @@ -1,6 +1,6 @@ #include "analyser.h" -Analyser::Analyser(const soc_t& soc, IoBackend *backend) +Analyser::Analyser(const SocRef& soc, IoBackend *backend) :m_soc(soc), m_io_backend(backend) { } -- cgit v1.2.3