Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26745
b: refs/heads/master
c: 1d6760a
h: refs/heads/master
i:
  26743: a8a5c6a
v: v3
  • Loading branch information
Nicolas Pitre authored and Russell King committed May 16, 2006
1 parent accda3d commit 96d04ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ceec0c8c6e2780d58dece91b4b787729405d9e7
refs/heads/master: 1d6760a3ac6b5691e4914a3333b48fee5c2e275d
4 changes: 2 additions & 2 deletions trunk/arch/arm/lib/backtrace.S
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ ENTRY(c_backtrace)
#define reg r5
#define stack r6

.Ldumpstm: stmfd sp!, {instr, reg, stack, r7, lr}
.Ldumpstm: stmfd sp!, {instr, reg, stack, r7, r8, lr}
mov stack, r0
mov instr, r1
mov reg, #9
Expand All @@ -145,7 +145,7 @@ ENTRY(c_backtrace)
adrne r0, .Lcr
blne printk
mov r0, stack
LOADREGS(fd, sp!, {instr, reg, stack, r7, pc})
LOADREGS(fd, sp!, {instr, reg, stack, r7, r8, pc})

.Lfp: .asciz " r%d = %08X%c"
.Lcr: .asciz "\n"
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/arm/lib/div64.S
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,12 @@ ENTRY(__do_div64)
moveq pc, lr

@ Division by 0:
str lr, [sp, #-4]!
str lr, [sp, #-8]!
bl __div0

@ as wrong as it could be...
mov yl, #0
mov yh, #0
mov xh, #0
ldr pc, [sp], #4
ldr pc, [sp], #8

0 comments on commit 96d04ca

Please sign in to comment.