Re: Phix : a conundrum

new topic     » goto parent     » topic index » view thread      » older message » newer message

Found it. opGetText in pilx86.e (line 14864) was not setting the destination type (at all):

 
        elsif opcode=opGetText  
           or opcode=opDcvar then 
--30/5/17: 
            if opcode=opGetText then 
                dest = s5[pc+1] 
                getDest() 
                slroot = T_Dsq+T_string 
                setyp = T_integer+T_string 
                slen = -2 
                sltype = slroot 
                storeDest() 
            end if 

Thanks, Pete

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu