]> git.ipfire.org Git - thirdparty/qemu.git/commit - target-sparc/translate.c
target-sparc: Fall through from not-taken trap
authorRichard Henderson <rth@twiddle.net>
Fri, 5 Oct 2012 23:55:09 +0000 (16:55 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 7 Oct 2012 16:39:34 +0000 (16:39 +0000)
commitfe1755cbb21c34a40234e2c380d049b9b031c4e2
treee5519b38d29f356f9892d12e4f51817ebf7f9c64
parentb09b2fd30ce3079fbca1bbd7c1a87459378c5bd7
target-sparc: Fall through from not-taken trap

Now that we've cleaned up global temporary allocation, we can
continue translating the fallthru path of a conditional trap.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/translate.c