Re-init r5 at start of loop.
This commit is contained in:
parent
be5587ec7e
commit
5e289272db
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: iomd_irq.S,v 1.11 2008/04/27 18:58:44 matt Exp $ */
|
||||
/* $NetBSD: iomd_irq.S,v 1.12 2008/08/19 19:10:08 matt Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994-1998 Mark Brinicombe.
|
||||
|
@ -233,8 +233,8 @@ Lfind_highest_ipl:
|
|||
* if X = 0, branch to exit code
|
||||
*/
|
||||
beq exitirq
|
||||
adr r5, Lirq_ffs_table
|
||||
irqloop:
|
||||
adr r5, Lirq_ffs_table
|
||||
/*
|
||||
* at this point:
|
||||
* r5 = address of ffs table
|
||||
|
|
Loading…
Reference in New Issue