diff options
Diffstat (limited to 'src/decomp/instruction.c')
-rw-r--r-- | src/decomp/instruction.c | 4 |
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); |