]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/cpu.h
x86: split off exception handlers
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 28 Apr 2012 19:53:52 +0000 (19:53 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 28 Jun 2012 20:28:08 +0000 (20:28 +0000)
commit599b9a5a51ee958af9b5d5b9b8460c0ec786c639
treea8b5a179d3de8269ee9df50f59534236a95a41e1
parent77b2bc2c096be44a36c45d777abb81a298c05c98
x86: split off exception handlers

Move exception handlers from op_helper.c to excp_helper.c.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-i386/Makefile.objs
target-i386/cpu.h
target-i386/excp_helper.c [new file with mode: 0644]
target-i386/op_helper.c