[typo clarification]

On Wed, Jul 09, 2008 at 08:25:52AM -0500, Patrick R. Michaud wrote:
> [...]  If we now say that a newclosure op is required to invoke 'foo', 
> then that means that the 'foo()' HLL subroutine has to be generated as:
> 
>     .local pmc $P0
>     $P0 = find_name_not_null 'foo'
>     $P0 = newclosure $P0
>     $P0()

That should read "...that the 'foo()' HLL subroutine *call* has to be..."

Pm

Reply via email to