Fix capitalization for unicorn.h mapping in java and go binding

This commit is contained in:
Chris Eagle 2015-08-28 23:33:38 -07:00
parent 52b04f5939
commit c24944cfa9

2
bindings/const_generator.py Normal file → Executable file
View File

@ -36,7 +36,7 @@ template = {
'x86.h': 'x86',
'sparc.h': 'sparc',
'm68k.h': 'm68k',
'unicorn.h': 'Unicorn',
'unicorn.h': 'unicorn',
'comment_open': '//',
'comment_close': '',
},