summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch/operands/constants.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-08-22 18:03:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-08-22 18:03:30 (GMT)
commit9dca3fdb21e3086363038926d4f49e1300b4130d (patch)
treee056d2b59aa8b73e63b8bb5bc74272cb8edc343e /plugins/pychrysalide/arch/operands/constants.h
parent119039519376c7fbc9ca5735844100467c30192a (diff)
Restored the operand display switch feature.
Diffstat (limited to 'plugins/pychrysalide/arch/operands/constants.h')
-rw-r--r--plugins/pychrysalide/arch/operands/constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pychrysalide/arch/operands/constants.h b/plugins/pychrysalide/arch/operands/constants.h
index b7910c3..71a26cc 100644
--- a/plugins/pychrysalide/arch/operands/constants.h
+++ b/plugins/pychrysalide/arch/operands/constants.h
@@ -34,6 +34,9 @@
/* Définit les constantes relatives aux opérandes d'immédiats. */
bool define_imm_operand_constants(PyTypeObject *);
+/* Tente de convertir en constante ImmOperandDisplay. */
+int convert_to_imm_operand_display(PyObject *, void *);
+
#endif /* _PLUGINS_PYCHRYSALIDE_ARCH_OPERANDS_CONSTANTS_H */