summaryrefslogtreecommitdiff
path: root/src/arch/instruction.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-09-26 21:21:41 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-09-26 21:21:41 (GMT)
commitdc25699a414f0baa2265be0cfa162c77b2cdc22d (patch)
treeda0d2d78716e6818aa7e1b8851f70f47da8a905f /src/arch/instruction.h
parentce46ff64c00a90d03e2481dcaf1e713f22b71492 (diff)
Provide a serialization capability for operands.
Diffstat (limited to 'src/arch/instruction.h')
-rw-r--r--src/arch/instruction.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/arch/instruction.h b/src/arch/instruction.h
index 683adfb..26eadc9 100644
--- a/src/arch/instruction.h
+++ b/src/arch/instruction.h
@@ -310,19 +310,4 @@ const char *g_arch_instruction_get_description(const GArchInstruction *);
-/* -------------------- CONSERVATION SUR DISQUE DES INSTRUCTIONS -------------------- */
-
-
-/* Depuis "storage.h" : définition d'une conservation d'instructions d'assemblage (instance) */
-typedef struct _GAsmStorage GAsmStorage;
-
-
-/* Charge une instruction depuis une mémoire tampon. */
-GArchInstruction *g_arch_instruction_load__old(GAsmStorage *, GBinFormat *, packed_buffer_t *);
-
-/* Sauvegarde une instruction dans une mémoire tampon. */
-bool g_arch_instruction_store__old(GArchInstruction *, GAsmStorage *, packed_buffer_t *);
-
-
-
#endif /* _ARCH_INSTRUCTION_H */