Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2] src/sys/arch/acorn26/acorn26
Module Name: src
Committed By: bouyer
Date: Tue Oct 17 18:22:54 UTC 2006
Modified Files:
src/sys/arch/acorn26/acorn26 [netbsd-2]: except.c
Log Message:
Pull up following revision(s) (requested by bjh21 in ticket #10716):
sys/arch/acorn26/acorn26/except.c: revision 1.17
Correctly calculate fault addresses for instructions like:
ldr rX, [rY, rZ, ror #16]
and even:
ldr rX, [rY, rZ, rrx]
Why anyone would want such an instruction is beyond me, but it's nice not to
panic if they do. Also this makes regress/sys/arch/arm/abort-fixup pass.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.7.6.1 src/sys/arch/acorn26/acorn26/except.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