summaryrefslogtreecommitdiff
path: root/src/arch/processor-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-12-23 18:44:01 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-12-23 18:44:01 (GMT)
commit5e76e91ea41f9a7cf1a1a4a77e12277d45417e43 (patch)
tree67c8336ed33332bdea133290824a358c7072a0c8 /src/arch/processor-int.h
parent67ea22978ffb134a4b94e0c3cdb0802b3360a249 (diff)
Collected the loaded instructions using all available processors.
Diffstat (limited to 'src/arch/processor-int.h')
-rw-r--r--src/arch/processor-int.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arch/processor-int.h b/src/arch/processor-int.h
index b170cad..4eaa690 100644
--- a/src/arch/processor-int.h
+++ b/src/arch/processor-int.h
@@ -44,7 +44,7 @@
/* Taille des pré-allocations pour les instructions */
-#define INSTR_ALLOC_BLOCK 100
+#define COV_ALLOC_BLOCK 100
@@ -85,7 +85,6 @@ struct _GArchProcessor
//get_decomp_context_fc get_dec_ctx; /* Obtention d'un contexte #2 */
GArchInstruction **instructions; /* Instructions désassemblées */
- size_t instr_allocated; /* Taille de la liste allouée */
size_t instr_count; /* Taille de la liste aplatie */
unsigned int stamp; /* Marque de suivi des modifs */
GMutex mutex; /* Verrou pour l'accès */