Source-Changes archive

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

CVS commit: src/common/lib/libx86emu



Module Name:    src
Committed By:   joerg
Date:           Tue Feb  3 19:14:52 UTC 2009

Modified Files:
        src/common/lib/libx86emu: x86emu.c

Log Message:
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.6 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