[erlang-patches] Fix hibernate with HiPE

Björn Gustavsson bgustavsson@REDACTED
Mon Oct 11 14:55:25 CEST 2010


2010/10/11 Björn Gustavsson <bgustavsson@REDACTED>:
> On Sun, Oct 10, 2010 at 3:16 PM, Paul Guyot <pguyot@REDACTED> wrote:
>
>> Or just fetch the two commits at once:
>> git fetch git://github.com/pguyot/otp.git fix-hibernate-with-hipe branch
>>
>
> Thanks! I have combined the two commits to one (since the
> second commit fixes a bug introduced in the first commit).
>
> I also fixed the indentation in hipe_empty_nstack().

There is a compilation warning:

beam/bif.c: In function ‘hibernate_3’:
beam/bif.c:1105: warning: assignment makes integer from pointer without a cast

It's the following line:

        BIF_P->def_arg_reg[3] = BIF_P->i;

-- 
Björn Gustavsson, Erlang/OTP, Ericsson AB


More information about the erlang-patches mailing list