summaryrefslogtreecommitdiff
path: root/src/plugins/plugin-def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/plugin-def.h')
-rw-r--r--src/plugins/plugin-def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/plugin-def.h b/src/plugins/plugin-def.h
index 602b296..9dbe53c 100644
--- a/src/plugins/plugin-def.h
+++ b/src/plugins/plugin-def.h
@@ -52,7 +52,8 @@ typedef enum _PluginAction
PGA_BINARY_DISASSEMBLED = (1 << 2), /* Désassemblage fini */
PGA_BINARY_LINKED = (1 << 3), /* Liaison en place */
PGA_BINARY_BOUNDED = (1 << 4), /* Limites de routines définies*/
- PGA_BINARY_PRINTED = (1 << 5), /* Instructions imprimées */
+ PGA_BINARY_GROUPED = (1 << 5), /* Instructions regroupées */
+ PGA_BINARY_PRINTED = (1 << 6), /* Instructions imprimées */
PGA_DISASS_PROCESS = (1 << 6), /* Traitement niveau assembleur*/
PGA_CODE_PROCESS = (1 << 7), /* Traitement du code existant */