commit | 2792cedfd17435dfa694b7ac9a31f102c5a1653d | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Thu Dec 15 16:06:08 2022 +0100 |
committer | Søren Gjesse <sgjesse@google.com> | Thu Dec 15 15:14:42 2022 +0000 |
tree | 39abdf0b74658250e8734e889c6249c4b7cc0b1c | |
parent | 110e8b921cce8a3870926a87738686be0d1dafa7 [diff] [blame] |
Upgrade asm to version 7.4 Fixes: b/261594101 Change-Id: Id46cf651c9cc9c445e8d3c418ac16ef43822c90c
diff --git a/tools/asmifier.py b/tools/asmifier.py index ae7d1e6..82b90af 100755 --- a/tools/asmifier.py +++ b/tools/asmifier.py
@@ -10,7 +10,7 @@ import sys import utils -ASM_VERSION = '9.3' +ASM_VERSION = '9.4' ASM_JAR = 'asm-' + ASM_VERSION + '.jar' ASM_UTIL_JAR = 'asm-util-' + ASM_VERSION + '.jar'