From 7ba5163f45803debbbc496d2981343a5ffa8a172 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Mon, 4 Mar 2024 15:53:28 -0500 Subject: Separate local variable tokens in higher level ILs from stack variable tokens in lower levels, and improve token usage in disassembly --- 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 c979eacb..dcc01e4f 100644 --- a/python/architecture.py +++ b/python/architecture.py @@ -2795,6 +2795,7 @@ class InstructionTextToken: IntegerToken Integers KeywordToken **Not emitted by architectures** LocalVariableToken **Not emitted by architectures** + StackVariableToken **Not emitted by architectures** NameSpaceSeparatorToken **Not emitted by architectures** NameSpaceToken **Not emitted by architectures** OpcodeToken **Not emitted by architectures** -- cgit v1.3.1