From 7cb1f500462a6e4ab49fc617f9f9be6d2ec0545c Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Tue, 12 Jul 2011 09:13:45 +0800 Subject: fix branch logic in arm test case --- Debugger/debug_test.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Debugger/debug_test.S b/Debugger/debug_test.S index bf443c2..0bedca2 100644 --- a/Debugger/debug_test.S +++ b/Debugger/debug_test.S @@ -42,8 +42,8 @@ dbg__test_arm_bkpt: dbg__test_arm_instrstep: stmfd sp!, {lr} bl dbg__test_arm_instr_sub1 - ldr r1, =test_arm_2 /* R1: pointer to test_arm_2 */ - ldr r2, =test_arm_2 /* R2: pointer to test_arm_2 (should not be triggered) */ + ldr r1, =test_arm_3 /* R1: pointer to test_arm_3 */ + ldr r2, =test_arm_3 /* R2: pointer to test_arm_3 (should not be triggered) */ mov pc, r1 test_arm_1: -- cgit v1.2.3