test: ptrace: Record syscall return value before reporting
Change-Id: I8e9de3bb9bfa0b07eebe472131cc62b53ef5cc8b Refs: #1287
This commit is contained in:
committed by
Masamichi Takagi
parent
7c69cfaf67
commit
33cba1ad48
10
test/issues/1287/arm64/Makefile
Normal file
10
test/issues/1287/arm64/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
# Makefile COPYRIGHT FUJITSU LIMITED 2019
|
||||
|
||||
all:
|
||||
$(CC) 1287_arm64.c -o 1287_arm64
|
||||
|
||||
test: all
|
||||
./1287.sh
|
||||
|
||||
clean:
|
||||
rm -f 1287_arm64
|
||||
Reference in New Issue
Block a user