Fix capitalization for unicorn.h mapping in java and go binding
This commit is contained in:
2
bindings/const_generator.py
Normal file → Executable file
2
bindings/const_generator.py
Normal file → Executable 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': '',
|
||||
},
|
||||
|
Reference in New Issue
Block a user