Subject: CVS commit: xsrc/xfree/xc/extras/x86emu/src/x86emu
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 05/02/2002 21:54:51
Module Name:	xsrc
Committed By:	scw
Date:		Thu May  2 18:54:51 UTC 2002

Modified Files:
	xsrc/xfree/xc/extras/x86emu/src/x86emu: decode.c

Log Message:
Register<-memory opcodes are decoded slightly differently when a 32-bit
address size prefix is in effect.

This fixes a problem seen on my Omnibook XE3 where the Vesa bios makes
use of these addressing modes.

The symptom was complete failure to start the X server, and a message
similar to "62 ILLEGAL X86 OPCODE!" in the /var/log/XFree86.0.log.

Note: Patch already submitted to the XFree86 guys.


To generate a diff of this commit:
cvs rdiff -r1.1.1.3 -r1.2 xsrc/xfree/xc/extras/x86emu/src/x86emu/decode.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.