summaryrefslogtreecommitdiff
path: root/src/arch/instruction-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-03 20:27:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-03 20:27:36 (GMT)
commit9703198141480b1327a2037ca67f4da8546ab20f (patch)
tree5ee1dfbd968c6456b621a6f421727fa8a4f8fffc /src/arch/instruction-int.h
parent701b3b1a72d5b2697cbb37074e2a58580bcc1b4c (diff)
Limited the quantity of binary code shown for arrays.
Diffstat (limited to 'src/arch/instruction-int.h')
-rw-r--r--src/arch/instruction-int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/instruction-int.h b/src/arch/instruction-int.h
index 89f589a..5f6758f 100644
--- a/src/arch/instruction-int.h
+++ b/src/arch/instruction-int.h
@@ -49,8 +49,6 @@ struct _GArchInstruction
{
GObject parent; /* A laisser en premier */
- phys_t max_displayed_len; /* Quantité de code affichée */
-
const instr_hook_fc *hooks; /* Traitements complémentaires */
const GBinContent *content; /* Contenu binaire global */