diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2009-08-09 18:12:27 (GMT) | 
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2009-08-09 18:12:27 (GMT) | 
| commit | 5cd25c4adfe0426520a51a76de3f77c77cfa4b8e (patch) | |
| tree | 396514971fb78e81b7bb55c9cd3331d87b45ca9a /src/arch/operand.c | |
| parent | d02deb2425d6559c357bdd00e1c0fb05f35d5fc9 (diff) | |
Reorganized the way formats are handled (Java and PE got disabled, Dwarf is empty).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@105 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/operand.c')
| -rw-r--r-- | src/arch/operand.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/operand.c b/src/arch/operand.c index 0f488b3..724f3c0 100644 --- a/src/arch/operand.c +++ b/src/arch/operand.c @@ -91,7 +91,7 @@ static void g_arch_operand_init(GArchOperand *operand)  *                                                                             *  ******************************************************************************/ -char *g_arch_operand_get_text(const GArchOperand *operand, const exe_format *format, AsmSyntax syntax) +char *g_arch_operand_get_text(const GArchOperand *operand, const GExeFormat *format, AsmSyntax syntax)  {      return operand->get_text(operand, format, syntax);  | 
