We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa67013 commit fc9b03eCopy full SHA for fc9b03e
x86_ast.py
@@ -208,5 +208,5 @@ def __init__(self, name):
208
def __str__(self):
209
return str(self.name) + "(%rip)"
210
def __repr__(self):
211
- return 'GlobaleValue(' + repr(self.name) + ')'
+ return 'Global(' + repr(self.name) + ')'
212
0 commit comments