diff options
Diffstat (limited to '')
-rw-r--r-- | bruiser/bruisercapstone.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |