- 20 4月, 2015 1 次提交
-
-
由 Ley Foon Tan 提交于
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: NLey Foon Tan <lftan@altera.com>
-
- 08 12月, 2014 1 次提交
-
-
由 Ley Foon Tan 提交于
This patch contains traps exception handling. Signed-off-by: NLey Foon Tan <lftan@altera.com>
-