Show
Ignore:
Timestamp:
10/04/05 21:22:44 (3 years ago)
Author:
autrijus
Message:

* another invoke -> invokecc fix; that puts sanity tests

passing again for Parrot 0.3.0. leo++

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/CodeGen/PIR.hs

    r6801 r7281  
    103103            then "store_global" .- [tempSTR, expC] 
    104104            else "set_args" .- [lit "(0b10)", expC] 
    105         tellIns $ "invoke" .- [reg cc] 
     105        tellIns $ "invokecc" .- [reg cc] 
    106106        tellLabel endL 
    107107        return (ExpLV this)