]> 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:23:31 +0000 (18:23 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 22 Feb 2009 18:23:31 +0000 (18:23 +0000)
commitd352b85c87616e83b395d65d85f7d18f42d34453
tree09959992932b9d0954e444bc6104007a2d0013f3
parent81c7457e04922ab6d7649b8a0bd8e067d4a47668
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 and R3951 where this change was done for other platforms.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3954 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/cbm510/crt0.s
libsrc/cbm610/crt0.s