summaryrefslogtreecommitdiff
path: root/src/arch/instruction-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-04-23 21:38:02 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-04-23 21:38:02 (GMT)
commita5758a42acdfaf0ac20c4cfb9cf162a9b4440e39 (patch)
tree21707c2ad7557d80eeb09e300e6c491868a1871a /src/arch/instruction-int.h
parent3284ce333cc4b09d9150b59c60005af8e4ddc417 (diff)
Limited the length of displayed SHA1 binary value for Dex files.
Diffstat (limited to 'src/arch/instruction-int.h')
-rw-r--r--src/arch/instruction-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/instruction-int.h b/src/arch/instruction-int.h
index 69cdc8a..f9f548b 100644
--- a/src/arch/instruction-int.h
+++ b/src/arch/instruction-int.h
@@ -60,6 +60,8 @@ struct _GArchInstruction
const char *suffix; /* Complément au nom affiché */
char *cached_keyword; /* Désignation complète */
+ phys_t max_displayed_len; /* Quantité de code affichée */
+
ArchInstrFlag flags; /* Informations complémentaires*/
instr_hook_fc hooks[IPH_COUNT]; /* Traitements complémentaires */
@@ -100,8 +102,6 @@ struct _GArchInstruction
//is_instruction_return_fc is_return; /* Retour de fonction ou pas ? */
decomp_instr_fc decomp; /* Procédure de décompilation */
- bool is_return; /* Retour de fonction ou pas ? */ // FIXME : à virer
-
};