Free up all MemoryRegion* when uc is closed

This commit is contained in:
Chris Eagle
2015-08-26 14:09:46 -07:00
parent 00944b6cde
commit 4b529bc56c
2 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
CFLAGS += -I../include
LDFLAGS = -L.. -lunicorn
TESTS = map_crash sigill sigill2 block_test
TESTS = map_crash sigill sigill2 block_test ro_mem_test
all: $(TESTS)