Subject: Re: port-i386/26007
To: None <gavan@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Eric Horch <ehorch@gmail.com>
List: netbsd-bugs
Date: 12/09/2005 10:40:05
The following reply was made to PR port-i386/26007; it has been noted by GNATS.

From: Eric Horch <ehorch@gmail.com>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: port-i386/26007
Date: Fri, 9 Dec 2005 03:39:53 -0700

 Oops, I need to make a correction.  I wrote:
 
 > Looking again at our code, I noticed these things.
 
 > 1) In prot_to_real, the operand to the indirect far jump should
 >    point to a six-byte object (lower four -> eip, upper two -> cs)
 
 It's correct the way it is because the jump is being executed from
 a 16-bit code segment.  So never mind.