summaryrefslogtreecommitdiff
path: root/python/architecture.py
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2017-01-07 16:08:08 -0500
committerPeter LaFosse <peter@vector35.com>2017-01-07 16:08:08 -0500
commit9d1cac8ee55553cdb20c36deb3b15c9219b02d9b (patch)
tree1b3297c8ca4d7b58341095567173b2fff89e1ed2 /python/architecture.py
parent27911e9d6625d8f8acf900a4753c1833dd96ffe0 (diff)
More fixes for refactor
Diffstat (limited to 'python/architecture.py')
-rw-r--r--python/architecture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/architecture.py b/python/architecture.py
index 5d42ec35..c95c71a0 100644
--- a/python/architecture.py
+++ b/python/architecture.py
@@ -1143,7 +1143,7 @@ class Architecture(object):
return None, 0
result = []
for i in xrange(0, count.value):
- token_type = InstructionTextTokenType(tokens[i].type).name
+ token_type = InstructionTextTokenType(tokens[i].type)
text = tokens[i].text
value = tokens[i].value
size = tokens[i].size