Module Name: src Committed By: matt Date: Tue Jun 1 19:10:45 UTC 2010
Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mips_emul.c Log Message: >From Manuel Bouyer: In the matt-nb5-mips64 branch, in mips_emul.c:MachEmulateBranch(), the BRANCHTARGET macro was changed to take the value instead of a pointer to instruction. But the effect of this change is that now, the instruction's word value is used to compute the new PC, instead of the instruction's address. Of course this can't give good results, and in my case this gave an unaligned PC. To generate a diff of this commit: cvs rdiff -u -r1.14.78.10 -r1.14.78.11 src/sys/arch/mips/mips/mips_emul.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.