diff options
Diffstat (limited to 'src/arch/instructions')
-rw-r--r-- | src/arch/instructions/undefined-int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/instructions/undefined-int.h b/src/arch/instructions/undefined-int.h index 491ec31..a9b7627 100644 --- a/src/arch/instructions/undefined-int.h +++ b/src/arch/instructions/undefined-int.h @@ -73,9 +73,9 @@ struct _GUndefInstructionClass * Accès aux informations éventuellement déportées. */ -#if __SIZEOF_INT__ == __SIZEOF_LONG__ +#if 1 //__SIZEOF_INT__ == __SIZEOF_LONG__ -# define GET_UNDEF_INSTR_EXTRA(ins) (undef_extra_data_t *)&ins->extra +# define GET_UNDEF_INSTR_EXTRA(ins) ((undef_extra_data_t *)&((GArchInstruction *)ins)->extra) #else |