We just came across an occasional crash with the Win32 Assembly patch I sent in earlier, so hold off on applying it until we send an updated version. Aron Rosenberg SightSpeed http://www.sightspeed.com <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
I had a quick look at the patch. Could the problem just be that you don't backup the eax/ebx/... registers and then the compiler expects that whatever value was there before the asm is still there? Le mer 22/10/2003 à 16:55, Aron Rosenberg a écrit :> We just came across an occasional crash with the Win32 Assembly patch I > sent in earlier, so hold off on applying it until we send an updated version. > > Aron Rosenberg > SightSpeed > http://www.sightspeed.com > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > Ogg project homepage: http://www.xiph.org/ogg/ > To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered.-- Jean-Marc Valin, M.Sc.A., ing. jr. LABORIUS (http://www.gel.usherb.ca/laborius) Université de Sherbrooke, Québec, Canada -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: Ceci est une partie de message numériquement signée Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20031023/a3d87292/signature-0001.pgp
VC/VS.NET uses EBX to ensure proper alignment of stack variables so it has to be restored if you i.e. use 16 byte aligned local variables or function parameters, .... -- Daniel, Epic Games Inc.> -----Original Message----- > From: owner-speex-dev@xiph.org > [mailto:owner-speex-dev@xiph.org] On Behalf Of Jean-Marc Valin > Sent: Thursday, October 23, 2003 11:36 AM > To: speex > Subject: Re: [speex-dev] Problem with the patch > > > I had a quick look at the patch. Could the problem just be that you > don't backup the eax/ebx/... registers and then the compiler expects > that whatever value was there before the asm is still there? > > Le mer 22/10/2003 à 16:55, Aron Rosenberg a écrit : > > We just came across an occasional crash with the Win32 > Assembly patch I > > sent in earlier, so hold off on applying it until we send > an updated version. > > > > Aron Rosenberg > > SightSpeed > > http://www.sightspeed.com > > > > > > --- >8 ---- > > List archives: http://www.xiph.org/archives/ > > Ogg project homepage: http://www.xiph.org/ogg/ > > To unsubscribe from this list, send a message to > 'speex-dev-request@xiph.org' > > containing only the word 'unsubscribe' in the body. No > subject is needed. > > Unsubscribe messages sent to the list will be ignored/filtered. > -- > Jean-Marc Valin, M.Sc.A., ing. jr. > LABORIUS (http://www.gel.usherb.ca/laborius) > Université de Sherbrooke, Québec, Canada >--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.