[Vm-dev] Bitmap : #decompress:fromByteArray:at: question.

Bert Freudenberg bert at freudenbergs.de
Fri Nov 6 15:31:35 UTC 2009


On 06.11.2009, at 14:34, arnaud Jean Baptiste wrote:

> A understanding question:
> In Bitmap
> #decompress:fromByteArray:at:
>
> primitiveFailed shouldn't be : primitiveFail ?
> if no, where is define primitiveFailed ( in VM code source ), and  
> what the use of it ( personal understanding )

Load VMMaker to see the VM source code:

primitiveFail
	successFlag := false.

It causes the primitive to fail.

- Bert -




More information about the Vm-dev mailing list