]> git.proxmox.com Git - qemu.git/commit
target-xtensa: drop usage of prev_debug_excp_handler
authorIgor Mammedov <imammedo@redhat.com>
Thu, 21 Jun 2012 15:57:19 +0000 (17:57 +0200)
committerIgor Mammedov <imammedo@redhat.com>
Mon, 25 Jun 2012 13:35:03 +0000 (15:35 +0200)
commiteeec69dc06a0b87a578f4935bbd699d03bc4f359
tree939edf36ff880558f7dc19bd1b04b6ac00da10b0
parent130a03855098a4057c227bc658c0688f8665b71f
target-xtensa: drop usage of prev_debug_excp_handler

Chains of exception handlers are currently unused feature. Dropping it
to be consistent with target-i386 but it may simplify qom-ifying CPU
in future like for target-i386.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
target-xtensa/helper.c