pub extern "C" fn set_exception_vector()Expand description
Sets the appropriate vbar to point to our vector_table, if the exceptions feature is
enabled.
If exceptions is not enabled then this is a no-op.
pub extern "C" fn set_exception_vector()Sets the appropriate vbar to point to our vector_table, if the exceptions feature is
enabled.
If exceptions is not enabled then this is a no-op.