qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v1 07/14] fpu: introduce hostfloat


From: Emilio G. Cota
Subject: Re: [Qemu-devel] [PATCH v1 07/14] fpu: introduce hostfloat
Date: Wed, 21 Mar 2018 17:45:30 -0400
User-agent: Mutt/1.5.24 (2015-08-30)

On Wed, Mar 21, 2018 at 21:41:19 +0100, Laurent Vivier wrote:
> Le 21/03/2018 à 21:11, Emilio G. Cota a écrit :
> > diff --git a/target/m68k/Makefile.objs b/target/m68k/Makefile.objs
> > index ac61948..2868b11 100644
> > --- a/target/m68k/Makefile.objs
> > +++ b/target/m68k/Makefile.objs
> > @@ -1,5 +1,5 @@
> >  obj-y += m68k-semi.o
> >  obj-y += translate.o op_helper.o helper.o cpu.o
> > -obj-y += fpu_helper.o softfloat.o
> > +obj-y += fpu_helper.o softfloat.o hostfloat.o
> 
> I don't think you need to add hostfloat.o here,
> the softfloat.o in this list contains function specific to m68k
> emulation, it's not the one from fpu/

Aah yes indeed. Didn't consider there might be another softfloat.c =)

Thanks,

                E.



reply via email to

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