From efe2f12219423e49a4eb8af4f3c94b04f4507f6e Mon Sep 17 00:00:00 2001 From: "Mr. eXoDia" Date: Mon, 29 Dec 2014 20:21:51 +0100 Subject: [PATCH] GUI: fixed a bug with copying the wrong number of instructions (thanks to futureproof for the find!) --- x64_dbg_gui/Project/Src/BasicView/Disassembly.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x64_dbg_gui/Project/Src/BasicView/Disassembly.cpp b/x64_dbg_gui/Project/Src/BasicView/Disassembly.cpp index 16570069..c24b8dca 100644 --- a/x64_dbg_gui/Project/Src/BasicView/Disassembly.cpp +++ b/x64_dbg_gui/Project/Src/BasicView/Disassembly.cpp @@ -1175,13 +1175,11 @@ void Disassembly::prepareDataRange(int_t startRva, int_t endRva, QList