diff options
Diffstat (limited to 'src/arch/arm')
| -rw-r--r-- | src/arch/arm/v456/instruction.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/v456/instruction.c b/src/arch/arm/v456/instruction.c index 3ba3c54..b5df0f8 100644 --- a/src/arch/arm/v456/instruction.c +++ b/src/arch/arm/v456/instruction.c @@ -180,7 +180,7 @@ static void g_armv456_instruction_init(GArmV456Instruction *instr)      parent = G_ARCH_INSTRUCTION(instr); -    parent->get_text = (get_instruction_text_fc)g_armv456_get_instruction_text; +    //parent->get_text = (get_instruction_text_fc)g_armv456_get_instruction_text;      /*      parent->get_rw_regs = (get_instruction_rw_regs_fc)g_armv456_instruction_get_rw_registers;  | 
