From 35c9bf7fc8e5f5a8176c9365566df6a9c9555494 Mon Sep 17 00:00:00 2001 From: TC Wan Date: Thu, 16 Dec 2010 17:02:55 +0800 Subject: correct name of steve furber's book --- Debugger/debug_stub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debugger') diff --git a/Debugger/debug_stub.h b/Debugger/debug_stub.h index 90294f0..0b1fee4 100644 --- a/Debugger/debug_stub.h +++ b/Debugger/debug_stub.h @@ -104,7 +104,7 @@ #ifdef __ARM6OR7__ #define BKPT32_INSTR 0xE7200070 /* ARM6 and ARM7 does not trap unused opcodes (BKPT overlap with control instructions), \ - CPU has unpredictable behavior. Ref: Steve Furber, ARM SoC 2nd Ed, pg. 143 */ + CPU has unpredictable behavior. Ref: Steve Furber, ARM SoC Architecture 2nd Ed, pg. 143 */ #else #define BKPT32_INSTR 0xE1200070 /* ARM BKPT instruction, will work in ARMv5T and above */ #endif -- cgit v1.2.3