aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruisercapstone.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-03-01 22:30:12 +0000
committerbloodstalker <thabogre@gmail.com>2018-03-01 22:30:12 +0000
commit886cf65360c9efcc73632cad725d6fe6db4dcf5e (patch)
treee5cbd47544373337181e2f4095dd72458567454b /bruiser/bruisercapstone.h
parentwip-the asm rewriter module plus the assembly jump table lua module implement... (diff)
downloadmutator-886cf65360c9efcc73632cad725d6fe6db4dcf5e.tar.gz
mutator-886cf65360c9efcc73632cad725d6fe6db4dcf5e.zip
some fixes for the jump table lua module
Diffstat (limited to '')
-rw-r--r--bruiser/bruisercapstone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/bruisercapstone.h b/bruiser/bruisercapstone.h
index d10db70..13ed37f 100644
--- a/bruiser/bruisercapstone.h
+++ b/bruiser/bruisercapstone.h
@@ -46,7 +46,7 @@ struct jmp_s_t {
bool y;
bool n;
bool z;
-};
+}jmp_s_t;
#define JMP_S_T struct jmp_s_t
JMP_S_T* iter_next(JMP_S_T* arg);
JMP_S_T* iter_next_y(JMP_S_T* arg);