[net.micro.amiga] Bug in Lattice 3.03b

cmcmanis@sun.uucp (Chuck McManis) (10/22/86)

I have found a slight discrepency in the way the Lattice C compiler 
handles startups. In the c.o code they open the DOS library, unfortunately
they do not initialize D0 to either the expected version or zero. This
worked in 1.1 but 1.2 has a problem with this, generating a recoverable
alert of type 80007 I believe (OpenLib + DOSLib). The fix is simple,
preinitialize D0 to 0 before the OpenLibrary call.


-- 
--Chuck McManis
uucp: {anywhere}!sun!cmcmanis   BIX: cmcmanis  ARPAnet: cmcmanis@sun.com
These opinions are my own and no one elses, but you knew that didn't you.