<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16546" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am trying to run the InterpreterSimulatorLSB and 
I am getting an error.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>In #addNewMethodToCache, this line of code is 
called: </FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; self cCoerce: 
primitiveFunctionPointer to: 'long'</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>where self is the IntepreterSimulatorLSB instance 
and primitiveFunctionPointer is #primitivePushFalse.&nbsp; This results in 
ByteSymbol (#primitivePushFalse) does not understand #coerceTo:sim:.&nbsp; It 
looks as if it is expecting an Integer or an Array as the value of 
primitiveFunctionPointer.&nbsp; Can anyone shed some light here?&nbsp; 
</FONT></DIV></BODY></HTML>