From e26c21308b85d026c0b0d26482817cc5f30d932f Mon Sep 17 00:00:00 2001 From: Xusheng Date: Thu, 23 Jul 2020 14:11:11 +0800 Subject: initial implementation --- python/function.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/function.py') diff --git a/python/function.py b/python/function.py index 15f67b35..fd8f7674 100644 --- a/python/function.py +++ b/python/function.py @@ -2941,6 +2941,7 @@ class InstructionTextToken(object): StructOffsetToken **Not emitted by architectures** TagToken **Not emitted by architectures** TextToken Used for anything not of another type. + CommentToken Comments TypeNameToken **Not emitted by architectures** ========================== ============================================ -- cgit v1.3.1