X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FBasicBlock.cxx;h=a88b3995b80478f50d2dbbb0fb9b37115b072099;hp=7af6bd85f47af3ebc59701c26160539c9e297dbf;hb=1ef802ee9a14e6274b3e60db873965b794f49abe;hpb=4443ad3e38327c776dcc68538591456d37c9ed6f diff --git a/src/core/BasicBlock.cxx b/src/core/BasicBlock.cxx index 7af6bd8..a88b399 100644 --- a/src/core/BasicBlock.cxx +++ b/src/core/BasicBlock.cxx @@ -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); }