add_process_memory_range: Change order of update page and insert range.
Unintended update page was occurred, when inserting range failed. Change-Id: I3d117b8613c5fbb64463c759b5fcc81db22bd624 refs: #1512
This commit is contained in:
committed by
Masamichi Takagi
parent
93dafc5f79
commit
6dce9a2bf9
11
test/issues/1512/Makefile
Normal file
11
test/issues/1512/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
CFLAGS=-g
|
||||
LDFLAGS=
|
||||
|
||||
TARGET=
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
./C1512.sh
|
||||
clean:
|
||||
rm -f $(TARGET) *.o *.txt
|
||||
Reference in New Issue
Block a user