summaryrefslogtreecommitdiff
path: root/python/architecture.py
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2024-05-01 01:24:28 -0400
committerGlenn Smith <glenn@vector35.com>2024-05-02 17:12:33 -0400
commit0911568293968626737281193706755773769970 (patch)
tree0f78d67b98046e6fb75f7785f61d223e817150d2 /python/architecture.py
parentee9248c0f7144d9925e600be03f37fa155f51aef (diff)
Add address display mode options
Diffstat (limited to 'python/architecture.py')
-rw-r--r--python/architecture.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/architecture.py b/python/architecture.py
index dcc01e4f..ce69af86 100644
--- a/python/architecture.py
+++ b/python/architecture.py
@@ -2808,6 +2808,7 @@ class InstructionTextToken:
TextToken Used for anything not of another type.
CommentToken Comments
TypeNameToken **Not emitted by architectures**
+ AddressSeparatorToken **Not emitted by architectures**
========================== ============================================
"""