Subject: Re: add a register to i386 sigcontext
To: Yorick Hardy <yh@metroweb.co.za>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: tech-kern
Date: 03/27/2003 12:36:15
On Thursday, March 27, 2003, at 10:56  AM, Yorick Hardy wrote:

> What are the opinions on adding the i386 cr2 register to
> struct sigcontext ?

You cannot add it to the middle of the structure like that; it must be 
added to the end, in order to preserve binary compatibility with older 
versions of that structure.

That does Wine want to use %cr2 for?

         -- Jason R. Thorpe <thorpej@wasabisystems.com>