From 4bb47785205304ad894021864d6bb8ea5afe34bb Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Mon, 11 Jul 2011 07:42:07 +0800 Subject: test pc relative loads to pc --- Debugger/debug_test.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debugger/debug_test.S b/Debugger/debug_test.S index db260ff..e0f3cf0 100644 --- a/Debugger/debug_test.S +++ b/Debugger/debug_test.S @@ -55,7 +55,7 @@ test_arm_1: test_arm_2: sub r0, r0, #1 cmp r0, #8 - ble test_arm_1 + ldrle pc, =test_arm_1 bgt test_arm_3 beq test_arm_2 ldr pc, =test_arm_1 -- cgit v1.2.3