[sq] add basic exceptions

This commit is contained in:
Berkus Decker 2019-02-24 00:00:16 +02:00
parent d8b50411fc
commit fb141be9d5
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ SECTIONS
/DISCARD/ : { *(.comment) *(.gnu*) *(.note*) *(.eh_frame*) }
}
/*PROVIDE(current_el0_synchronous = default_exception_handler);
PROVIDE(current_el0_synchronous = default_exception_handler);
PROVIDE(current_el0_irq = default_exception_handler);
PROVIDE(current_el0_fiq = default_exception_handler);
PROVIDE(current_el0_serror = default_exception_handler);
@ -81,4 +81,4 @@ PROVIDE(lower_aarch64_serror = default_exception_handler);
PROVIDE(lower_aarch32_synchronous = default_exception_handler);
PROVIDE(lower_aarch32_irq = default_exception_handler);
PROVIDE(lower_aarch32_fiq = default_exception_handler);
PROVIDE(lower_aarch32_serror = default_exception_handler);*/
PROVIDE(lower_aarch32_serror = default_exception_handler);