X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FBasicBlock.cxx;h=e09421d5785a1b603c9ccf951484eae37bdc0ad7;hp=7af6bd85f47af3ebc59701c26160539c9e297dbf;hb=98e46099f6366309366ea54fc4b97fd5cb383fa7;hpb=4443ad3e38327c776dcc68538591456d37c9ed6f diff --git a/src/core/BasicBlock.cxx b/src/core/BasicBlock.cxx index 7af6bd8..e09421d 100644 --- a/src/core/BasicBlock.cxx +++ b/src/core/BasicBlock.cxx @@ -1,5 +1,5 @@ #include "BasicBlock.hxx" -#include "gui/qt.hxx" +#include "qt.hxx" #include "core/InformationManager.hxx" #include @@ -90,6 +90,6 @@ BasicBlock* BasicBlock::deserialize(QXmlStreamReader& stream, InformationManager return block; } -std::list BasicBlock::getInstructions() const { +std::vector BasicBlock::getInstructions() const { return manager->getDisassembler()->getInstructions(this); }