Home
last modified time | relevance | path

Searched refs:m68k_exception_handler (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp44 typedef void (*m68k_exception_handler)(void); typedef
48 m68k_exception_handler *gExceptionVectors;
340 gExceptionVectors = (m68k_exception_handler *)args->arch_args.vir_vbr; in arch_int_init()