>>>>> "Bryce" == Bryce McKinlay <mckinlay@redhat.com> writes:
Bryce> This patch rearranges the SAVE_PC sites to fix the problem. I'm
Bryce> checking it in to trunk.
Thanks!
Bryce> insn_fdiv:
Bryce> {
Bryce> + SAVE_PC();
We don't actually need it in this case.
Floating point division can't throw.
Tom