diff --git a/irdb-libs/libIRDB-core/src/decode_csx86.cpp b/irdb-libs/libIRDB-core/src/decode_csx86.cpp index 34fe6a4333ff8c56fa50ecfb5e7c9c270228e920..f2d714435f5b4edd945cdd3be460af736e251929 100644 --- a/irdb-libs/libIRDB-core/src/decode_csx86.cpp +++ b/irdb-libs/libIRDB-core/src/decode_csx86.cpp @@ -304,8 +304,6 @@ string DecodedInstructionCapstoneX86_t::getDisassembly() const myReplace(full_str," dword ", " "); } - myReplace(full_str, "rip", to_string(the_insn->size)); - return full_str; }