Skip to content

Commit

Permalink
Cherry picked missing commits from att_syntax:
Browse files Browse the repository at this point in the history
 - AT&T syntax for x86_64 should be on par with libopcodes.
  • Loading branch information
John Detter committed Nov 22, 2016
1 parent 121d6e3 commit db74fc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion instructionAPI/h/Operand.h
Expand Up @@ -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;
Expand Down

0 comments on commit db74fc3

Please sign in to comment.