]> git.proxmox.com Git - qemu.git/commit
target-i386: drop usage of prev_debug_excp_handler
authorIgor Mammedov <imammedo@redhat.com>
Tue, 19 Jun 2012 12:46:29 +0000 (14:46 +0200)
committerIgor Mammedov <imammedo@redhat.com>
Mon, 25 Jun 2012 13:34:02 +0000 (15:34 +0200)
commit130a03855098a4057c227bc658c0688f8665b71f
treea24f8b8feaf8353f3003b47c06a839a0773928ee
parentcfee0218499ded471883aa490284fb53f9be53eb
target-i386: drop usage of prev_debug_excp_handler

Chains of exception handlers are currently unused feature, drop it
for now so as not to expose prev_debug_excp_handler at global
scope when moving tcg initialization into target-i386/cpu.c

Later we probably could re-invent better interface for this.

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