jilc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Jilc-dev] All Tests Passed Successfully!!


From: Gopal.V
Subject: Re: [Jilc-dev] All Tests Passed Successfully!!
Date: Tue, 26 Feb 2002 16:17:32 +0530
User-agent: Mutt/1.2.5i

If memory serves me right, Gaurav Vaish wrote:
> Hi,
>     With some modifications in jdasm.h (the READ_INT32/16 methods), all tests
> passed successfully.
You wrote before.........
>>        (Int16)(code[start+1]<<8|code[start+2])
>>    which I changed it to:
>>        ( (Int16)code[start + 1]) << 0x08  |    ((Int16)code[start + 2]) )
>>                // and was getting wrong label number in if_icmplt
        I guess the correct code will be an Int16 typecast everywhere !.
Anyway I'm thankful I made the READ_INT32/16 into macros !. Also did that
solve your IINC problem ?.

Gopal.V
-- 
 The difference between insanity and genius is only measured by success
 //===<=>===\\
|| GNU RULEZ ||
 \\===<=>===//



reply via email to

[Prev in Thread] Current Thread [Next in Thread]