[comp.sys.amiga] Aztec bug

dillon@CORY.BERKELEY.EDU (Matt Dillon) (04/23/87)

	You cannot setmem() more than 64K when using the large code model.
	I have sent the bug report to manx.

				-Matt

finkel@TAURUS.BITNET (03/30/88)

I was just wondering if Aztec fixed the bug which guru's the compiler on 3.4b

{
...
1/0;
...
}

Will GURU the compiler since it will try to optimize this by computing it at
compilt time, but the compiler doesn't check for Zero befor dividing, so it
GURUs.

I wanted to GURU my program at a certain point, but instead guru'ed my compiler.