Skip to content
Commit baa54ab9 authored by Ley Foon Tan's avatar Ley Foon Tan
Browse files

nios2: rework trap handler



Redefine trap handler as below:

 0  N/A        reserved for system calls
 1  SIGUSR1    user-defined signal 1
 2  SIGUSR2    user-defined signal 2
 3  SIGILL     illegal instruction
 4..29         reserved (but implemented to raise SIGILL instead of being undefined)
30  SIGTRAP    KGDB
31  SIGTRAP    trace/breakpoint trap

Signed-off-by: default avatarLey Foon Tan <lftan@altera.com>
parent 170c381f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment