x86_unexpected_exception
void x86_unexpected_exception(iframe* frame);
table[0] = x86_unexpected_exception; // Divide Error Exception (#DE)
table[4] = x86_unexpected_exception; // Overflow Exception (#OF)
table[5] = x86_unexpected_exception; // BOUND Range Exceeded Exception (#BR)
table[6] = x86_unexpected_exception; // Invalid Opcode Exception (#UD)
table[13] = x86_unexpected_exception; // General Protection Exception (#GP)
table[16] = x86_unexpected_exception; // x87 FPU Floating-Point Error (#MF)
table[17] = x86_unexpected_exception; // Alignment Check Exception (#AC)
table[19] = x86_unexpected_exception; // SIMD Floating-Point Exception (#XF)
x86_unexpected_exception(frame);
table[0] = x86_unexpected_exception; // Divide Error Exception (#DE)
table[4] = x86_unexpected_exception; // Overflow Exception (#OF)
table[5] = x86_unexpected_exception; // BOUND Range Exceeded Exception (#BR)
table[6] = x86_unexpected_exception; // Invalid Opcode Exception (#UD)
table[16] = x86_unexpected_exception; // x87 FPU Floating-Point Error (#MF)
table[17] = x86_unexpected_exception; // Alignment Check Exception (#AC)
table[19] = x86_unexpected_exception; // SIMD Floating-Point Exception (#XF)