test_ops_aarch64.py fixed

This commit is contained in:
Nicolas 2025-12-23 20:28:00 +01:00
parent d0cb422c81
commit dc58e5d19a
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ def test_compile():
for test, ref in zip(ret_test, ret_ref): for test, ref in zip(ret_test, ret_ref):
assert isinstance(test, value) assert isinstance(test, value)
address = variables[test][0] address = variables[test.net][0]
data = result_data[address] data = result_data[address]
if test.dtype == 'int': if test.dtype == 'int':
val = int.from_bytes(data, sdb.byteorder, signed=True) val = int.from_bytes(data, sdb.byteorder, signed=True)