mirror_qemu/target-alpha
aurel32 1304ca878a target-alpha: Fix ret instruction
Hopefully pine doesn't corrupt this patch, I've had problems recently.

For an alpha "ret" instruction, of the type
     ret $26

The return was being ignored.  This is because in translate.c
register $26 (the return address) was being over-written with the current
PC before it could be jumped to.  Thus the ret was ignored.

This patch just re-orders things so the return address is processed before
it is over-written with the current PC.

(Vince Weaver)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5638 c046a42c-6fe2-441c-8c8c-71466251a162
2008-11-06 09:16:57 +00:00
..
STATUS target-alpha: update STATUS 2008-10-01 07:07:59 +00:00
cpu.h target-alpha: convert FP ops to TCG 2008-09-29 17:21:28 +00:00
exec.h target-alpha: convert palcode ops to TCG 2008-09-30 06:45:44 +00:00
helper.c target-alpha: convert palcode ops to TCG 2008-09-30 06:45:44 +00:00
helper.h target-alpha: convert palcode ops to TCG 2008-09-30 06:45:44 +00:00
op_helper.c target-alpha: convert palcode ops to TCG 2008-09-30 06:45:44 +00:00
translate.c target-alpha: Fix ret instruction 2008-11-06 09:16:57 +00:00