-spaces-
This commit is contained in:
parent
ff66a72d7b
commit
a5f2a64de5
@ -156,7 +156,6 @@ def uc_arch_supported(query):
|
||||
return _uc.uc_arch_supported(query)
|
||||
|
||||
|
||||
|
||||
class uc_x86_mmr(ctypes.Structure):
|
||||
'''Memory-Management Register for instructions IDTR, GDTR, LDTR, TR.'''
|
||||
_fields_ = [
|
||||
@ -166,6 +165,7 @@ class uc_x86_mmr(ctypes.Structure):
|
||||
("flags", ctypes.c_uint32), # not used by GDTR and IDTR
|
||||
]
|
||||
|
||||
|
||||
class uc_x86_float80(ctypes.Structure):
|
||||
'''Float80'''
|
||||
_fields_ = [
|
||||
@ -173,6 +173,7 @@ class uc_x86_float80(ctypes.Structure):
|
||||
("exponent", ctypes.c_uint16),
|
||||
]
|
||||
|
||||
|
||||
class Uc(object):
|
||||
def __init__(self, arch, mode):
|
||||
# verify version compatibility with the core before doing anything
|
||||
|
Loading…
Reference in New Issue
Block a user