]> git.sur5r.net Git - cc65/commit
Fixed problems with the startup code (Greg King): Interrupts must be hooked
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 22 Feb 2009 18:10:01 +0000 (18:10 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 22 Feb 2009 18:10:01 +0000 (18:10 +0000)
commitd28ba06f79df0d6f2ebb7c5ae8a0a61616dd830f
treedc5e59e89bb536a9ce7401ec3b21a869d16c0e42
parente5cbba264f8d58dbeb06214cae4639786fd34f80
Fixed problems with the startup code (Greg King): Interrupts must be hooked
before calling initlib because initlib calls contructors and may install
drivers, which enable hardware interrupts. Similar for donelib.

See also R3897 where this change was done for other platforms.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3951 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/pet/crt0.s
libsrc/plus4/crt0.s