mckenney
05-15-04, 09:50 PM
There appears to be a bug in the ivt.s supplied with the GCC
Example program. The IRQ vector says:
LDR PC,[PC,#0xFFFFFFF0]
when it should be
LDR PC,[PC,#-0xFF0]
[Ordinarily I'd convey this via email, but I figured some might
want to just patch this since it's a one-liner.]
Example program. The IRQ vector says:
LDR PC,[PC,#0xFFFFFFF0]
when it should be
LDR PC,[PC,#-0xFF0]
[Ordinarily I'd convey this via email, but I figured some might
want to just patch this since it's a one-liner.]