[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Small syntax patch for avoiding problems with old gcc



Hi!

When compiling the sources from the release with my old gcc (2.5.8) setup
from KGMD, I got the folowing error message:
-------------------------------- >8 schnipp 8<
--------------------------------
objs/intr.s:87:Ignoring junk after expression
make[1]: *** [objs/intr.o] Error 1
-------------------------------- >8 schnapp 8<
--------------------------------
This can be avoided easily by changing line 96 of intr.s from
skip: move.w   $0442.w,d0
to
skip: move.w   ($0442).w,d0

Please change that!

Bye

                Joerg