Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/acorn26/acorn26
Module Name: src
Committed By: bjh21
Date: Sat Oct 14 20:39:21 UTC 2006
Modified Files:
src/sys/arch/acorn26/acorn26: except.c
Log Message:
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.16 -r1.17 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