summaryrefslogtreecommitdiff
path: root/src/analysis/exporter-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-09-08 23:38:46 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-09-08 23:38:46 (GMT)
commit1d3c3cb7b108c0bbe05b9853ed4640d35ddf9bcb (patch)
tree35995d9b9e28db7eb7721f6f09fa68348d6b2385 /src/analysis/exporter-int.h
parent3173b904d5d56a8b5e6bf549c97e3fc49da6c5ba (diff)
Restored the previous/original rendering of disassemblies.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@111 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/analysis/exporter-int.h')
-rw-r--r--src/analysis/exporter-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/exporter-int.h b/src/analysis/exporter-int.h
index 0c93980..097b48b 100644
--- a/src/analysis/exporter-int.h
+++ b/src/analysis/exporter-int.h
@@ -30,7 +30,7 @@
/* Ajoute à un texte GTK le contenu de la ligne de rendu. */
-typedef void (* add_to_gtk_buffer_fc) (GContentExporter *, MainRendering, GtkTextBuffer *, GtkTextIter *, gint [SAR_COUNT]);
+typedef void (* add_to_gtk_buffer_fc) (GContentExporter *, MainRendering, GtkTextBuffer *, GtkTextIter *, size_t [SAR_COUNT]);
/* Traduit une instruction en version humainement lisible. */
typedef void (* add_arch_to_gtk_buffer_fc) (const GContentExporter *, const GExeFormat *, AsmSyntax, GtkTextBuffer *, GtkTextIter *);