Mimosa of April 1, 2001 12:00:00 pm PDT (PortaCedar Version) CIIImpl.errlog --June 29, 1994 11:56:29 am PDT warning: sampleTable↑[...] uses an unsafe operation, at SampleTable[7524]: RETURN [sampleTable[Basics.BoundsCheck[i, sampleTableSize]]] warning: sampleTable↑[i] uses an unsafe operation, at MakeSampleEncoding[8048]: s[i] ← sampleTable[i]; warning: pixel↑[...] uses an unsafe operation, at Pixel[12449]: RETURN [pixel[Basics.BoundsCheck[sampleIndex, samplesPerPixel]]] warning: lineRuns↑[i] uses an unsafe operation, at Boxes[15793]: lr: LineRunsRep = lineRuns[i]; warning: lr.run↑[j] uses an unsafe operation, at Boxes[15859]: r: POINTER TO RunRep = @(lr.run[j]); warning: s.dashArray↑[i] uses an unsafe operation, at Pattern[20171]: Pattern: SAFE PROC [i: NAT] RETURNS [REAL] = TRUSTED { RETURN [s.dashArray[i]] }; warning: buffers↑[i] uses an unsafe operation, at PixelMapFromRasters[21319]: a[i] ← MakeSampleMap[buffers[i]]; warning: maskData+i may not be portable, at GenerateBoxes[29017]: A ← (LOOPHOLE[maskData, POINTER TO SignedHalfwords]+i)[0]; i ← i+2 }; warning: maskData+i may not be portable, at GenerateBoxes[29128]: A ← (LOOPHOLE[maskData, POINTER TO INT32]+i)↑; i ← i+4 }; warning: maskData+i may not be portable, at GenerateBoxes[29293]: A ← (LOOPHOLE[maskData, POINTER TO UnsignedHalfwords]+i)[0]; i ← i+2 }; warning: maskData+i may not be portable, at GenerateBoxes[29407]: A ← (LOOPHOLE[maskData, POINTER TO INT32]+i)↑; i ← i+4 }; warning: block.base+block.startIndex may not be portable, at ImageSourceUnsafeGetBlock[40660]: res ← data.read[self: data.source, buf: block.base+block.startIndex, nbytes: block.count, nbytesResu warning: halftonePropertiesForSeparation↑[i] uses an unsafe operation, at MakeHalftoneProperties[49114]: s: POINTER TO HalftonePropertiesForSeparation = @(halftonePropertiesForSeparation[i]); warning: table↑[i] uses an unsafe operation, at MakeLookupTable[52634]: FOR i: INT IN [0..tableSize) DO new[i] ← table[i] ENDLOOP;