1
0
Fork 0
forked from len0rd/rockbox

Archos: Trap UserBrk in the gdb debugger

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7429 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-08-30 20:50:47 +00:00
parent eef58cd44c
commit f02f29e59e

View file

@ -360,6 +360,12 @@ vectors:
mov.l @(r0,r2),r3
mov.l r3,@(r0,r1)
/* Move the UserBreak vector as well (12) */
mov #12,r0
shll2 r0
mov.l @(r0,r2),r3
mov.l r3,@(r0,r1)
/* Move the breakpoint trap vector (32) */
mov #32,r0
shll2 r0