mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
decoder/tools: Add comment for struct attribute array_index
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user