exception_handling_table
extern void *exception_handling_table[];
old_handler = exception_handling_table[vec];
exception_handling_table[vec] = handler;