From 0911568293968626737281193706755773769970 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 1 May 2024 01:24:28 -0400 Subject: Add address display mode options --- python/architecture.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/architecture.py') 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** ========================== ============================================ """ -- cgit v1.3.1