summaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-03-21 10:56:01 +0800
committerTat-Chee Wan (USM)2011-03-21 10:56:01 +0800
commit2a49f6c57ea0b3b55828df20ea698a18e9e5503f (patch)
tree707f9ebc3755ea445817757bcb2f6fcda111624a /AT91SAM7S256/armdebug
parentcae1c995e11a57c7f3c9e15023131488e02918b7 (diff)
parent578d4edc66d62165e40be7aec45b09e48554ee0e (diff)
Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebug
Diffstat (limited to 'AT91SAM7S256/armdebug')
-rw-r--r--AT91SAM7S256/armdebug/Debugger/debug_stub.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/AT91SAM7S256/armdebug/Debugger/debug_stub.S b/AT91SAM7S256/armdebug/Debugger/debug_stub.S
index 0e92667..168fd80 100644
--- a/AT91SAM7S256/armdebug/Debugger/debug_stub.S
+++ b/AT91SAM7S256/armdebug/Debugger/debug_stub.S
@@ -907,7 +907,7 @@ _dbg__cmd_WriteMem:
bne __dbg__procCmdParamError /* Number of bytes does not match argument length */
cmp r0, #CMD_MEM_MAXWRITEBYTES /* Don't overflow our buffer (2 x CMD_MEM_MAXWRITEBYTES) */
bhi __dbg__procCmdReturnInputLengthError /* Requested Length greater than buffer size, return error */
- moveq r4, r0 /* Keep numbytes in R4 */
+ mov r4, r0 /* Keep numbytes in R4 */
/* FIXME: Should validate the address? */
_check_msgargument r1
bne __dbg__procCmdParamError /* Can't find ':' */