[Qemu-devel] [PATCH 03/25] x86: split off exception handlers
Move exception handlers from op_helper.c to excp_helper.c. Signed-off-by: Blue Swirl --- target-i386/Makefile.objs |1 + target-i386/cpu.h | 10 +++- target-i386/excp_helper.c | 132 + target-i386/op_helper.c | 113 ---
[Qemu-devel] [PATCH 03/25] x86: split off exception handlers
Move exception handlers from op_helper.c to excp_helper.c. Signed-off-by: Blue Swirl --- Makefile.target |3 ++ target-i386/cpu.h | 10 ++-- target-i386/excp_helper.c | 132 + target-i386/op_helper.c | 113 --