Skip to content

Commit

Permalink
att_syntax is the main branch for AT&T syntax updates again.
Browse files Browse the repository at this point in the history
Removed depricated attribute -- fix for AppVeyor
  • Loading branch information
John Detter committed Nov 22, 2016
1 parent db74fc3 commit cd0cb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructionAPI/h/Register.h
Expand Up @@ -77,7 +77,7 @@ namespace Dyninst
/// The \c format method on a %RegisterAST object returns the name associated with its ID.
virtual std::string format(ArchSpecificFormatter *, formatStyle how = defaultStyle) const;
/// The \c format method on a %RegisterAST object returns the name associated with its ID.
virtual std::string format(formatStyle how = defaultStyle) const __attribute__ ((deprecated));
virtual std::string format(formatStyle how = defaultStyle) const;

/// Utility function to get a Register object that represents the program counter.
///
Expand Down

0 comments on commit cd0cb31

Please sign in to comment.