On Wed, 26 Sep 2001, Mattia Barbon wrote:

> Problem is that al line 159 it does:
> ------------------------
> elsif ($c{ivsize} == 8) {
>     $c{packtype_i} = 'q';
>     $c{packtype_op} = 'l';
> }
> ------------------------

I posted a patch last week to change the 'l' to a 'q', but more generally,
the assumption that sizeof(opcode_t) == sizeof(IV) should probably be
removed and each should be computed independently. Perhaps late today I'll
have a chance to do that if nobody beats me to it.

-- 
    Andy Dougherty              [EMAIL PROTECTED]
    Dept. of Physics
    Lafayette College, Easton PA 18042

Reply via email to