1. Refactor the exception handling process 2. Support to emulate the SYSCALL instruction in the exception handler
6 lines
101 B
Makefile
6 lines
101 B
Makefile
include ../test_common.mk
|
|
|
|
EXTRA_C_FLAGS := -Wno-int-to-pointer-cast
|
|
EXTRA_LINK_FLAGS :=
|
|
BIN_ARGS :=
|