1
0
Fork 0
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:
Daniel Stenberg 2005-06-18 21:53:07 +00:00
parent 6dd2729dd0
commit 57e78a56c7

View file

@ -115,9 +115,8 @@ irq_handler:
pop r1, r0 pop r1, r0
ret_irq ret_irq
#elif CONFIG_CPU == MCF5249 #elif defined(IRIVER_H100)
/* Platform: iRiver H120/H140 */
/* Platform: iRiver H1xx */
move.w #0x2700,%sr move.w #0x2700,%sr
move.l #vectors,%d0 move.l #vectors,%d0