From db74fc3dde3bdcb3fb071fc701ad32051434ed72 Mon Sep 17 00:00:00 2001 From: John Detter Date: Tue, 1 Nov 2016 08:11:12 -0500 Subject: [PATCH] Cherry picked missing commits from att_syntax: - AT&T syntax for x86_64 should be on par with libopcodes. --- instructionAPI/h/Operand.h | 1 - 1 file changed, 1 deletion(-) diff --git a/instructionAPI/h/Operand.h b/instructionAPI/h/Operand.h index a5f9d33d4a..9404d6bce9 100644 --- a/instructionAPI/h/Operand.h +++ b/instructionAPI/h/Operand.h @@ -125,7 +125,6 @@ namespace Dyninst /// \return The operand in a disassembly format INSTRUCTION_EXPORT std::string format(ArchSpecificFormatter *formatter, Architecture arch, Address addr = 0) const; - /// \brief Return a printable string representation of the operand. Please use the updated function instead. /// \return The operand in a dissassembly format. INSTRUCTION_EXPORT std::string format(Architecture arch, Address addr = 0) const;