v5: Fix typo in AArch64 Python binding (#2412)
This commit is contained in:
parent
1bd2a32f2a
commit
fe7cae3eb7
|
@ -13,7 +13,7 @@ class Arm64OpMem(ctypes.Structure):
|
|||
)
|
||||
|
||||
class Arm64OpSmeIndex(ctypes.Structure):
|
||||
_fileds_ = (
|
||||
_fields_ = (
|
||||
('reg', ctypes.c_uint),
|
||||
('base', ctypes.c_uint),
|
||||
('disp', ctypes.c_int32),
|
||||
|
|
Loading…
Reference in New Issue