diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-04-28 19:53:52 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-06-28 20:28:08 +0000 |
commit | 599b9a5a51ee958af9b5d5b9b8460c0ec786c639 (patch) | |
tree | a8b5a179d3de8269ee9df50f59534236a95a41e1 /target-i386/Makefile.objs | |
parent | 77b2bc2c096be44a36c45d777abb81a298c05c98 (diff) |
x86: split off exception handlers
Move exception handlers from op_helper.c to excp_helper.c.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-i386/Makefile.objs')
-rw-r--r-- | target-i386/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/Makefile.objs b/target-i386/Makefile.objs index f91375578c..c0feffee90 100644 --- a/target-i386/Makefile.objs +++ b/target-i386/Makefile.objs @@ -1,4 +1,5 @@ obj-y += translate.o op_helper.o helper.o cpu.o +obj-y += excp_helper.o obj-$(CONFIG_SOFTMMU) += machine.o arch_memory_mapping.o arch_dump.o obj-$(CONFIG_KVM) += kvm.o hyperv.o obj-$(CONFIG_LINUX_USER) += ioport-user.o |