aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruisercapstone.c
diff options
context:
space:
mode:
Diffstat (limited to 'bruiser/bruisercapstone.c')
-rw-r--r--bruiser/bruisercapstone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/bruisercapstone.c b/bruiser/bruisercapstone.c
index abb21aa..39e274a 100644
--- a/bruiser/bruisercapstone.c
+++ b/bruiser/bruisercapstone.c
@@ -317,7 +317,7 @@ JMP_S_T* makejmptable(size_t size, uint8_t* obj, bool Verbose, lua_State* __ls)
cs_free(insn, count);
} else {
- printf("ERROR!!!\n");
+ printf("capstone ERROR!!!\n");
}
cs_close(&handle);
tail->next = NULL;