diff options
Diffstat (limited to 'plugins/pychrysalide/arch')
-rw-r--r-- | plugins/pychrysalide/arch/constants.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pychrysalide/arch/constants.c b/plugins/pychrysalide/arch/constants.c index 341cb63..241b009 100644 --- a/plugins/pychrysalide/arch/constants.c +++ b/plugins/pychrysalide/arch/constants.c @@ -60,8 +60,8 @@ bool define_arch_vmpa_constants(PyTypeObject *type) goto exit; } - result = attach_constants_group(type, false, "VmpaSpecialValue", values, - "Special values for memory locations."); + result = attach_constants_group_to_type(type, false, "VmpaSpecialValue", values, + "Special values for memory locations."); exit: |