diff --git a/common/kqemu_int.h b/common/kqemu_int.h index d881d85..cdb3a73 100644 --- a/common/kqemu_int.h +++ b/common/kqemu_int.h @@ -1065,11 +1065,17 @@ static inline void stq_fast(struct kqemu_state *s, unsigned long addr, #define MMU_EXCEPTION(label) \ ".section \"mmu_ex_table\", \"a\"\n"\ ".quad " #label "\n"\ + ".previous\n"\ + ".section \"seg_ex_table\", \"a\"\n"\ + ".quad " #label "\n"\ ".previous\n" #else #define MMU_EXCEPTION(label) \ ".section \"mmu_ex_table\", \"a\"\n"\ ".long " #label "\n"\ + ".previous\n"\ + ".section \"seg_ex_table\", \"a\"\n"\ + ".long " #label "\n"\ ".previous\n" #endif