forked from len0rd/rockbox
reverted the ifdef change, this code really IS H120/H140-specific and thus
this is one of the few places where the player model is checked for correctly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6758 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6dd2729dd0
commit
57e78a56c7
1 changed files with 2 additions and 3 deletions
|
@ -115,9 +115,8 @@ irq_handler:
|
|||
pop r1, r0
|
||||
ret_irq
|
||||
|
||||
#elif CONFIG_CPU == MCF5249
|
||||
|
||||
/* Platform: iRiver H1xx */
|
||||
#elif defined(IRIVER_H100)
|
||||
/* Platform: iRiver H120/H140 */
|
||||
move.w #0x2700,%sr
|
||||
|
||||
move.l #vectors,%d0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue