[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lightning] Re: release gets closer...
From: |
Ludovic Courtès |
Subject: |
[Lightning] Re: release gets closer... |
Date: |
Wed, 22 Nov 2006 22:00:04 +0100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
Hi,
address@hidden (Ludovic Courtès) writes:
> Indeed, you even made a major overhaul on the i386 side.
I'm wondering whether it was the right moment for this. ;-)
Patches 42-43 in my branch fix a couple of things:
patch-43
Removed C99/C++ comments from `asm-i386.h'.
patch-42
Added missing casts-to-integer in `_jit_B' and `_jit_W'.
The latter yielded compilation errors, as in the following example:
jit_bnei_i (jit_forward (), JIT_R2, NULL);
Here, the last argument is not an integer, hence an "invalid operands to
binary &" error (on IA32).
Thanks,
Ludovic.