From 0bc967cf0f873a27dca1e7f3a723a0c53db9a68f Mon Sep 17 00:00:00 2001 From: Brandon Miller Date: Wed, 6 Aug 2025 16:10:02 -0400 Subject: Add a new line disassembly text token --- 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 0a2890d3..95af9ddd 100644 --- a/python/architecture.py +++ b/python/architecture.py @@ -3196,6 +3196,7 @@ class InstructionTextToken: CommentToken Comments TypeNameToken **Not emitted by architectures** AddressSeparatorToken **Not emitted by architectures** + NewLineToken New lines ========================== ============================================ """ -- cgit v1.3.1