Source-Changes archive

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

CVS commit: [netbsd-5] src/common/lib/libx86emu



Module Name:    src
Committed By:   snj
Date:           Mon Feb 16 03:12:47 UTC 2009

Modified Files:
        src/common/lib/libx86emu [netbsd-5]: x86emu.c

Log Message:
Pull up following revision(s) (requested by joerg in ticket #410):
        common/lib/libx86emu/x86emu.c: revision 1.6
Fix three bugs in the instruction decoder:
(1) Mode 5 for SIB uses EBP as base, not ESP.
(2) RM register mode 5 needs a segment override for SS when not using an
    immediate in 32bit mode.
(3) Same for mode 6 in 16bit mode.
From anon ymous.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.5.2.1 src/common/lib/libx86emu/x86emu.c

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



Home | Main Index | Thread Index | Old Index