On Tue, 31 Mar 2020, ToddAndMargo via perl6-users wrote:
> Hi All,
> 
> Windows 10-1909 Pro
> 
> raku -v
> This is Rakudo version 2020.01 built on MoarVM version
> 2020.01.1 implementing Perl 6.d.
> 
> Running my program I get this at a call to
> a sub in a module:
> 
>      operand type 160 does not match register type
>      152 for op decont_u in frame WinCreateKey
> 
> What is operand 152 and 160?
> 

A cursory look around the MoarVM and nqp sources leads me to believe
that they're bitmasks describing conditions of operands somewhere in
the bytecode. 152 would be uint32 and 160 an uint64, without any extra
flags set for them.

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

Reply via email to