Hello,

2009/8/11  <ri...@happyleptic.org>:
>> 1004b6cc:     68b80000        ldl     t8,0(a1)        ; Mips strange but 
>> clever way to load a possibly unaligned doubleword into t8.
>> 1004b6d0:     6cb80007        ldr     t8,7(a1)
>
> Too clever for me apparently.
> Of course on a little endian CPU that must be :
>
> ldl t8,7(a1)
> ldr t8,0(a1)
>
> This problem is gone.
> Now camlp4 is compiled, and unison seams to work.

Is this a problem you fixed in the compiler?

Yours,
d.

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to