Log Message: emulators/gxemul: check for MIPS divide overflow When emulating the MIPS DIV and DDIV instructions, check for divide overflow instead of performing the overflowing divide on the host and crashing the emulator. This is needed to run recent versions of the NetBSD test suite on an emulated MIPS system.
Revision | Action | file |
1.61 | modify | pkgsrc/emulators/gxemul/Makefile |
1.53 | modify | pkgsrc/emulators/gxemul/distinfo |
1.3 | modify | pkgsrc/emulators/gxemul/patches/patch-src_cpus_cpu_mips_instr.cc |