uc_emu_start() report error on illegal instruction at the output

This commit is contained in:
Nguyen Anh Quynh
2015-08-25 00:02:31 +08:00
parent 84e01e6c05
commit 9d9c0d1a25
5 changed files with 48 additions and 6 deletions

View File

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