summaryrefslogtreecommitdiff
path: root/src/arch/raw.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-11-27 22:23:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-11-27 22:23:05 (GMT)
commit7a8628a53e55641e31737fe10b6ed7b5498e84a7 (patch)
tree4fb8d2431258bcca4bdf7a74eb4660e3df3e84bd /src/arch/raw.h
parentb2b43b80eb207fabc8eb5e08798f120f0dd5541e (diff)
Fixed binary string format in immediate operands.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@612 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/raw.h')
-rw-r--r--src/arch/raw.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/raw.h b/src/arch/raw.h
index 6712b81..459ade2 100644
--- a/src/arch/raw.h
+++ b/src/arch/raw.h
@@ -56,9 +56,6 @@ GType g_raw_instruction_get_type(void);
GArchInstruction *g_raw_instruction_new_from_value(const vmpa2t *, MemoryDataSize, uint64_t);
/* Crée une instruction de type 'db/dw/etc' étendue. */
-GArchInstruction *g_raw_instruction_new_array_old(const bin_t *, MemoryDataSize, size_t, vmpa2t *, off_t, SourceEndian);
-
-/* Crée une instruction de type 'db/dw/etc' étendue. */
GArchInstruction *g_raw_instruction_new_array(const GBinContent *, MemoryDataSize, size_t, vmpa2t *, SourceEndian);
/* Marque l'instruction comme ne contenant que du bourrage. */