Fix capitalization for unicorn.h mapping in java binding
This commit is contained in:
2
bindings/const_generator.py
Normal file → Executable file
2
bindings/const_generator.py
Normal file → Executable file
@ -52,7 +52,7 @@ template = {
|
|||||||
'x86.h': 'X86',
|
'x86.h': 'X86',
|
||||||
'sparc.h': 'Sparc',
|
'sparc.h': 'Sparc',
|
||||||
'm68k.h': 'M68k',
|
'm68k.h': 'M68k',
|
||||||
'unicorn.h': 'unicorn',
|
'unicorn.h': 'Unicorn',
|
||||||
'comment_open': '//',
|
'comment_open': '//',
|
||||||
'comment_close': '',
|
'comment_close': '',
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user