set_robust_list: Add error check

set_robust_list is not supported by McKernel.

Change-Id: I1f679e2e4df24139cceb1f2294bc072cb7956002
Refs: 1399
This commit is contained in:
Ken Sato
2020-07-02 08:58:29 +09:00
committed by Masamichi Takagi
parent ebc91cea0e
commit b44b11ace7
7 changed files with 155 additions and 1 deletions

11
test/issues/1399/Makefile Normal file
View File

@@ -0,0 +1,11 @@
CFLAGS=-g
LDFLAGS=
TARGET=C1399T01
all: $(TARGET)
test: all
./C1399.sh
clean:
rm -f $(TARGET) *.o *.txt