summaryrefslogtreecommitdiff
path: root/src/arch/arm/v7/post.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-12-17 09:54:02 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-12-17 09:54:02 (GMT)
commit6bde4016160057a22234d4ed698903dca52ce162 (patch)
tree24847c1367b61915c65a778d4135142fcb2431b0 /src/arch/arm/v7/post.c
parentd2aee5bdde7ca64fc4bb8553d98cc7d2ac92c5e5 (diff)
Removed debug output.
Diffstat (limited to 'src/arch/arm/v7/post.c')
-rw-r--r--src/arch/arm/v7/post.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/arch/arm/v7/post.c b/src/arch/arm/v7/post.c
index 9abe232..458fd7f 100644
--- a/src/arch/arm/v7/post.c
+++ b/src/arch/arm/v7/post.c
@@ -73,19 +73,6 @@ void post_process_ldr_instructions(GArchInstruction *instr, GArchProcessor *proc
{
addr &= ~0x1;
- do
- {
-
- const mrange_t *_range;
-
- _range = g_arch_instruction_get_range(instr);
-
- printf("@ 0x%08x RESOLVING FOR 0x%08x\n",
- (unsigned int)_range->addr.virtual, (unsigned int)addr);
-
-
- } while (0);
-
init_mrange(&trange, &target, 0);
vmpa2_virt_to_string(&target, MDS_UNDEFINED, loc, NULL);
@@ -106,21 +93,6 @@ void post_process_ldr_instructions(GArchInstruction *instr, GArchProcessor *proc
g_target_operand_resolve(G_TARGET_OPERAND(new), bfmt, true);
}
- else
-
- do
- {
-
- const mrange_t *_range;
-
- _range = g_arch_instruction_get_range(instr);
-
- printf("@ 0x%08x RESOLVED FOR 0x%08x\n",
- (unsigned int)_range->addr.virtual, (unsigned int)addr);
-
-
- } while (0);
-
g_arch_instruction_replace_operand(instr, new, op);