]> git.proxmox.com Git - qemu.git/commit
target-alpha: Single-step properly across branches.
authorRichard Henderson <rth@twiddle.net>
Mon, 25 Apr 2011 19:52:57 +0000 (12:52 -0700)
committerRichard Henderson <rth@anchor.twiddle.net>
Tue, 31 May 2011 17:18:04 +0000 (10:18 -0700)
commitbf1b03fe182eb5a0df9ec6fc4121d8a36e1fdb97
tree63abb2aaabe344fe367636b6f2ac02fd2d92ab42
parentb9bec751c8c8b08d8055da32306eb105db03031b
target-alpha: Single-step properly across branches.

We were failing to generate EXC_DEBUG in the EXIT_PC_UPDATED path.
This caused us not to stop at the instruction after a branch, but
on the instruction afterward.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-alpha/translate.c