set_exception_vector

Function set_exception_vector 

Source
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.