syscall offload regardless of mcexec life and death
Change-Id: I7db089993d3ee5ae6032f5085db2b67cef99fdfb Refs: #1321
This commit is contained in:
committed by
Masamichi Takagi
parent
0d3ef65092
commit
9b3450ee7e
14
test/issues/1321/Makefile
Normal file
14
test/issues/1321/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
CC = gcc
|
||||
TARGET=
|
||||
|
||||
CPPFLAGS =
|
||||
LDFLAGS =
|
||||
|
||||
all:
|
||||
|
||||
test: all
|
||||
@sh ./C1321.sh
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET) *.o
|
||||
|
||||
Reference in New Issue
Block a user