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 --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index bf9bd9f6..042a4df9 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2226,6 +2226,7 @@ namespace BinaryNinja { 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