Interpreter>>pushReceiverVariableBytecode

Ian Piumarta squeak-dev at lists.squeakfoundation.org
Sat Sep 7 00:11:54 UTC 2002


On Sat, 7 Sep 2002, Ian Piumarta rather hastily wrote:
> 
>    case N: labelN:
>            bytecode= fetchNextBytecode();
>            doTheWork();
>            goto *bytecodeDispatchTable[currentBytecode]; /* break */

which, had he taken the trouble to proof-read his message, he should
certainly have corrected thusly:

             goto *bytecodeDispatchTable[bytecode]; /* break */

Ian






More information about the Squeak-dev mailing list