summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch/operands/register.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-05-03 18:15:46 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-05-03 18:15:46 (GMT)
commit78da8b1ad594ca24292eb0f047698bc952b7b961 (patch)
tree1e461944f2a5d9f6b61eb6ca31048021580596cd /plugins/pychrysalide/arch/operands/register.h
parent85ddac0558313b5d3fbd9428ae3e9614f16d514d (diff)
Defined the missing features required to build operands from Python.
Diffstat (limited to 'plugins/pychrysalide/arch/operands/register.h')
-rw-r--r--plugins/pychrysalide/arch/operands/register.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pychrysalide/arch/operands/register.h b/plugins/pychrysalide/arch/operands/register.h
index 5fac7c9..4d3fa4b 100644
--- a/plugins/pychrysalide/arch/operands/register.h
+++ b/plugins/pychrysalide/arch/operands/register.h
@@ -40,6 +40,9 @@ PyTypeObject *get_python_register_operand_type(void);
/* Prend en charge l'objet 'pychrysalide.arch.operands.RegisterOperand'. */
bool ensure_python_register_operand_is_registered(void);
+/* Tente de convertir en opérande de registre. */
+int convert_to_register_operand(PyObject *, void *);
+
#endif /* _PLUGINS_PYCHRYSALIDE_ARCH_OPERANDS_REGISTER_H */