summaryrefslogtreecommitdiff
path: root/src/decomp/instruction.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-03-25 12:36:16 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-03-25 12:36:16 (GMT)
commita174ee784f5d9e554ed09181b8e6d8c0205f8ef5 (patch)
treef5ccfb4c41fcb1f237bc285e8e71bc188b7c8b57 /src/decomp/instruction.c
parentbbad297e902022ecac9fab21c01dc109560db8eb (diff)
Scrolled to the selected symbol.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@241 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/decomp/instruction.c')
-rw-r--r--src/decomp/instruction.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decomp/instruction.c b/src/decomp/instruction.c
index 96411f5..c1afa44 100644
--- a/src/decomp/instruction.c
+++ b/src/decomp/instruction.c
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* instruction.c - gestion des instructions décompilées
*
- * Copyright (C) 2010 Cyrille Bagard
+ * Copyright (C) 2010-2012 Cyrille Bagard
*
* This file is part of OpenIDA.
*
@@ -94,7 +94,7 @@ static void g_dec_instruction_init(GDecInstruction *instr)
void g_dec_instruction_print(const GDecInstruction *instr, GCodeBuffer *buffer, GBufferLine *line, GLangOutput *output)
{
if (line == NULL)
- line = g_code_buffer_append_new_line(buffer); /* FIXME : n° de ligne */
+ line = g_code_buffer_append_new_line_fixme(buffer); /* FIXME : n° de ligne */
instr->print(instr, buffer, line, output);