qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: Latest CVS problem on ppc


From: matthias jahn
Subject: Re: [Qemu-devel] Re: Latest CVS problem on ppc
Date: Tue, 17 Feb 2004 11:59:03 +0100
User-agent: KMail/1.6.1

Am Dienstag, 17. Februar 2004 10:46 schrieb Renzo Davoli:
> I am having problems on i386 too.
>
> on a debian woody (gcc version 2.95.4 20011002 (Debian prerelease))
> I get:
> qemu/cpu-exec.c:467: more than 10 operands in `asm'
>
> on a debian sid (gcc version 3.3.3 20031206 (prerelease))
> I get target-i386/helper2.c: In function `cpu_x86_init':
> /home/renzo/qemutest/cvsnew/qemu/target-i386/helper2.c:97: error:
> storage size of `ldt' isn't known
> /home/renzo/qemutest/cvsnew/qemu/target-i386/helper2.c:97: warning:
> unused variable `ldt'
I think this is a problem with asm/ldt.h include.
The name of the struct is there struct user_desc.

so i hope this fix is it.
:helper2.c line 97

#ifdef USE_CODE_COPY
    /* testing code for code copy case */
    {
        struct user_desc ldt;

        ldt.entry_number = 1;




reply via email to

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