From 75fb62903425f19d0519c45a4c9ec7dc5f986f59 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 3 Mar 2018 00:10:16 +0330 Subject: the skeletion code for the jump table struct is now working --- bruiser/bruisercapstone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bruiser/bruisercapstone.h') diff --git a/bruiser/bruisercapstone.h b/bruiser/bruisercapstone.h index 13ed37f..6f9707e 100644 --- a/bruiser/bruisercapstone.h +++ b/bruiser/bruisercapstone.h @@ -33,7 +33,7 @@ extern "C" { enum jmp_type {NONE=0, JMP=1, JNE=2, JE=3}; #define JMP_T enum jmp_type -struct jmp_s_t { +typedef struct jmp_s_t { JMP_T type; uint64_t location; uint8_t size; -- cgit v1.2.3