diff options
Diffstat (limited to 'src/arch/dalvik/decomp')
-rw-r--r-- | src/arch/dalvik/decomp/new.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/dalvik/decomp/new.c b/src/arch/dalvik/decomp/new.c index 65da469..ff80411 100644 --- a/src/arch/dalvik/decomp/new.c +++ b/src/arch/dalvik/decomp/new.c @@ -49,7 +49,7 @@ GDecInstruction *dalvik_decomp_instr_new_instance(const GArchInstruction *instr, GArchOperand *operand; /* Opérande de l'instruction */ uint32_t index; /* Indice dans la table */ GDexFormat *format; /* Accès aux constantes */ - GOpenidaType *type; /* Type concerné par l'opérat° */ + GDataType *type; /* Type concerné par l'opérat° */ GBinRoutine *constructor; /* Constructeur reconstruit */ GDecInstruction *call; /* Appel au constructeur */ GDecInstruction *dest; /* Registre de destination */ |