diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-08-05 20:19:08 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-08-05 20:19:08 (GMT) |
commit | 56ee4d3ecddeee05f11083fcc1595e3756b91790 (patch) | |
tree | 5ec6e5449214093280629047c36016a0de09cbeb /src/arch/mips | |
parent | a2eb5483fe74923e488013b2d8b94ded6340499e (diff) |
Defined the first steps for a new disassembling approach.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@387 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/mips')
-rw-r--r-- | src/arch/mips/instruction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/mips/instruction.c b/src/arch/mips/instruction.c index b3ef65d..93c32e7 100644 --- a/src/arch/mips/instruction.c +++ b/src/arch/mips/instruction.c @@ -177,7 +177,7 @@ static void g_mips_instruction_init(GMipsInstruction *instr) parent = G_ARCH_INSTRUCTION(instr); - parent->get_text = (get_instruction_text_fc)mips_get_instruction_text; + //parent->get_text = (get_instruction_text_fc)mips_get_instruction_text; } |