decoder/tools: Add comment for struct attribute array_index

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar
2025-12-12 11:12:00 -04:00
parent 4aa8335612
commit a2981ec38e

View File

@@ -52,7 +52,7 @@ class A64Instruction:
mask: int
value: int
priority: int # Higher number of set bits in mask = higher priority.
array_index: int
array_index: int # Position in the hash table bucket.
def process_box(box: Element, current_mask: int, current_value: int) -> Tuple[int, int]: