[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lightning] minor bug & release
From: |
Paolo Bonzini |
Subject: |
Re: [Lightning] minor bug & release |
Date: |
Fri, 12 Nov 2004 09:38:16 +0100 |
> The <lightning/funcs.h> -actually lightning/x86/funcs.h misses a
> #include <sys/mman.h> (after the #include <unistd.h>) because
> jit_flush_code is doing an mprotect, using PROT_EXEC which is in
> <sys/mman.h>. AFAIK, POSIX requires this include for PROT_EXEC.
Fixing it next Monday.
How's your JIT going on the SPARC?
Paolo