diff options
Diffstat (limited to 'src/arch/dalvik/operands')
| -rw-r--r-- | src/arch/dalvik/operands/pool.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/dalvik/operands/pool.c b/src/arch/dalvik/operands/pool.c index 7ec370c..803d173 100644 --- a/src/arch/dalvik/operands/pool.c +++ b/src/arch/dalvik/operands/pool.c @@ -180,7 +180,7 @@ GArchOperand *g_dalvik_pool_operand_new(const GDexFormat *format, DalvikPoolType  static void g_dalvik_pool_operand_print(const GDalvikPoolOperand *operand, GBufferLine *line, AsmSyntax syntax)  {      const char *string;                     /* Chaîne de caractères #1     */ -    GOpenidaType *type;                     /* Type à représenter          */ +    GDataType *type;                        /* Type à représenter          */      char *tmp;                              /* Chaîne de caractères #2     */      GBinVariable *field;                    /* Champ à représenter         */      GBinRoutine *routine;                   /* Routine à représenter       */ @@ -203,7 +203,7 @@ static void g_dalvik_pool_operand_print(const GDalvikPoolOperand *operand, GBuff              if (type != NULL)              { -                tmp = g_openida_type_to_string(type); +                tmp = g_data_type_to_string(type);                  g_object_unref(G_OBJECT(type));              }              else  | 
