set_robust_list: Add error check
set_robust_list is not supported by McKernel. Change-Id: I1f679e2e4df24139cceb1f2294bc072cb7956002 Refs: 1399
This commit is contained in:
committed by
Masamichi Takagi
parent
ebc91cea0e
commit
b44b11ace7
11
test/issues/1399/Makefile
Normal file
11
test/issues/1399/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
CFLAGS=-g
|
||||
LDFLAGS=
|
||||
|
||||
TARGET=C1399T01
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
./C1399.sh
|
||||
clean:
|
||||
rm -f $(TARGET) *.o *.txt
|
||||
Reference in New Issue
Block a user