From e895a0266a11e76a19291f584e2876e7796b024c Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Tue, 12 Jul 2011 09:04:55 +0800 Subject: more fixes to arm test routine --- 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 10afc57..bf443c2 100644 --- a/Debugger/debug_test.S +++ b/Debugger/debug_test.S @@ -55,8 +55,8 @@ test_arm_1: test_arm_2: sub r0, r0, #1 cmp r0, #5 - bgt test_arm_3 - ldrle pc, =test_arm_1 + bgt test_arm_1 + ldrle pc, =test_arm_2 ldr pc, =exit_dbg__test_arm_instrstep test_arm_3: -- cgit v1.2.3