Source-Changes archive

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

CVS commit: src/sys/arch/m68k/fpe



Module Name:    src
Committed By:   isaki
Date:           Sat Dec 28 11:15:11 UTC 2024

Modified Files:
        src/sys/arch/m68k/fpe: fpu_emulate.c

Log Message:
m68k/fpe: Two bugfixes in test_cc().
- Don't clear the exception byte in FPSR.
  According to the manual, all bits except BSUN are "not affected".
- Accumulate AIOP bit always.
  XXX Need to look this again later. brcc() looks to have similar one.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/m68k/fpe/fpu_emulate.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