summaryrefslogtreecommitdiff
path: root/decoders/arm_itm
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/arm_itm')
-rw-r--r--decoders/arm_itm/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/arm_itm/pd.py b/decoders/arm_itm/pd.py
index 33649a0..15ffe72 100644
--- a/decoders/arm_itm/pd.py
+++ b/decoders/arm_itm/pd.py
@@ -37,7 +37,7 @@ ARM_EXCEPTIONS = {
}
class Decoder(srd.Decoder):
- api_version = 2
+ api_version = 3
id = 'arm_itm'
name = 'ARM ITM'
longname = 'ARM Instrumentation Trace Macroblock'